Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 370 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 370 Bytes

Mini-Java Compiler

This is a compiler for the Mini-Java language, which is a (proper) subset of Java. Its grammar, conveniently written in a syntax similar to the one used by Yacc, may be found here. The design and development of this compiler constitued the main assignment of the DIM0611 - COMPILADORES (compilers) class, in the 2019.1 semester.