This is an activity made in the Compiler Project course. It consists in making a series of improvements to the project of a java implementation of a didactic compiler.
You need to have JDK installed on your machine
Open the java_compiler directory and run chmod +x make.sh
to make it possible to execute.
Then, run ./make.sh
to compile the program. To run the program, you must enter bin directory and run Compilador file
, where file is a text file containing the entry to the program.
The tests folder contains a series of examples on how entries should be.