Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 301 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 301 Bytes

Mini Java Compiler

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.