ntrivix / Mini-Java-Compiler

Mini Java Compiler implemented using Lex and Yacc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Mini Java Compiler implemented using Lex and Yacc

License:MIT License


Languages

Language:C 49.1%Language:Yacc 38.1%Language:Lex 11.5%Language:Makefile 0.7%Language:C++ 0.6%