COSC 4400 / 5400 Compiler Construction

Fall 2022

Project #7: Intermediate Representation

Due: Wednesday, 2022 November 02, 11:59pm CST.

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 2022 Oct 21 13:39 DWB]