CS 327 Homework 5

Due Monday February 19 at 11:59 PM.

Modify CodeGenerator.java and SC.java in the following ways:

  1. Change the files name to CodeGenerator3.java and SC3.java and the class names to CodeGenerator3 and SC3.
  2. Rewrite the code generator to generate Java code and modify SC3 to use the new code generator.