This project is work from our sixth semester in https://www.di.uoa.gr/.
git clone https://github.com/DimitrisRammos/Compilers
Check the Vocalization here.
cd Project1/program/src
javac Main.java
java Main
After insert the input.
make all
make execute < example1.txt
Check The Readme for Project1 here.
Check the Vocalization here.
cd Project2/program/minijava_example
make all
java Main Example.java
Check The Readme for Project2 here.
Check the Vocalization here.
cd Project3/program/minijava_example
make all
java Main Example.java
Check The Readme for Project3 here.