Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.21 KB

File metadata and controls

52 lines (37 loc) · 1.21 KB

Compilers

This project is work from our sixth semester in https://www.di.uoa.gr/.

Install

git clone https://github.com/DimitrisRammos/Compilers

For Project1

Check the Vocalization here.

cd Project1/program/src

For Part1

javac Main.java
java Main

After insert the input.

For Part2

make all
make execute < example1.txt

Check The Readme for Project1 here.

For Project2

Check the Vocalization here.

cd Project2/program/minijava_example
make all
java Main Example.java

Check The Readme for Project2 here.

For Project3

Check the Vocalization here.

cd Project3/program/minijava_example
make all
java Main Example.java

Check The Readme for Project3 here.