Tests that check that the code generator produces the expected byte code.
Conduct syntax analysis on the MiniJava program in the file given as the first command-line argument and print out the result source program tree.
Semantic analysis module containing static checking of Minijava semantic rules, most notably name analysis.
Tests that check that the parser works correctly.
Module containing parsers for MiniJava.
Tests that check that the parser works correctly.
Code generator that prints JVM target trees to Jasmine assembler files.
Module containing tree structures for representing JVM programs.
Main program for MiniJava compiler.
Module containing tree structures for representing MiniJava programs.
Abstract syntax tree pretty-printing for Miniava.
Symbol table module containing facilities for creating and manipulating MiniJava language symbol information.
Translator from MiniJava source programs to JVM target programs.