Mini-java-compiler A mini java compiler build on lex and yacc Compiler Design Mini Project Front End as well as back end implementation of the compiler Source language is Java with 'if' 'if-else' 'switch' constructs A java file is converted to Three address code,Abstract Syntax Tree, Optimised Code and finally MIPS assembly Code Dependencies flex bison python3 Report attached inside the target folder for refernce