Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 692 Bytes

File metadata and controls

14 lines (8 loc) · 692 Bytes

java_compiler

Description

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.

Compiling and Running

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.