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.
Tests that check that the parser works correctly.
Tests that check that the parser works correctly.
Module containing parsers for MiniJava.
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.
Semantic analysis module containing static checking of Minijava semantic rules, most notably name analysis.
Parser to use for semantic tests.
Symbol table module containing facilities for creating and manipulating MiniJava language symbol information.
Translator from MiniJava source programs to JVM target programs.