Skip to content

Latest commit

 

History

History
executable file
·
27 lines (16 loc) · 403 Bytes

README.md

File metadata and controls

executable file
·
27 lines (16 loc) · 403 Bytes

Minimal Java Compiler

Koukoularis Emmanouil - sdi1700262

Compilation & Testing

For compilation, on the src/ directory, execute the following command:

make compile

To test the compiler, run the following command which will compile and execute the program:

make exec file=/path/to/file_to_compile_and_exec.java

Example:

make exec file=./tests/main.java