levindoneto / the-compiler

Implementation of a compiler for the language break192.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Break192 Compiler

Implementation of a compiler for the language break192.

C CI - The Compiler

Authors: Levindo Neto and Thiago Barp.

Building status

Dependencies

To install the dependencies on Unix:

sh install_dependencies.sh

How to Run

make
./etapaX testFile

Where X is the stage of the project (currently it's 2).

About

Implementation of a compiler for the language break192.


Languages

Language:C 85.3%Language:Yacc 11.1%Language:Lex 2.6%Language:Makefile 0.7%Language:Shell 0.3%