Mini Java compiler implemented using Lex and Yacc
To build compiler you need to call make script make. Flex and Bison must be installed before running make script!
Output of make script is compiler executable file "a.out". To run compiler execute ./a.out sourceFile.