Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 328 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 328 Bytes

#Compilers phase 3 * in this phase we were required to implement a java bytecode generator using lex and yacc(bison)

Usage

* change directory to project path and then run `makefile custom_run`. this will compile the grammar,
run the file listed in makefile , pass the output to jasmin and then run jasmin output with java.