Skip to content

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.

Notifications You must be signed in to change notification settings

allanschuch/java_compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published