Skip to content

jjosenaldo/minijava-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.