#Compilers phase 3 * in this phase we were required to implement a java bytecode generator using lex and yacc(bison)
* 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.