Project #5: Intermediate Representation

Submit: Turn in your entire Project5 directory using the turnin command on morbius.mscsnet.mu.edu or one of the other Systems Lab machines.

Work may be completed in teams of up to three students. Be certain to include all team members' names in the file. Include a comment block at the very top of each file that contains the following:

/**
 * COSC 4400 - Project #
 * Explain briefly the functionality of the program.
 * @authors [your names]
 * Instructor [your instructor]
 * TA-BOT:MAILTO [your email addresses]
 */

The Translator

Implement a Translator for our dialect of the MiniJava programming language, as detailed below.

Specification


[back]

[Revised 2020 Nov 01 13:39 DWB]