* Make a duplicate of the directory for the previous assignment * Copy the files sjc.java and CodeGenerator.java into the duplicated directory * Complete CodeGenerator.java * Compile with: % javacc simplejava.jj % javac *.java * Test with % java sjc This should create the assembly file .s, which can be tested with SPIM. Included files: CodeGenerator.java Skeleton code generator sjc.java Main program for compilation