Assignment 10

In this assignment, you will implement a code generator from the Lacs language to the intermediate language that you implemented in Assignments 1 to 6.

In CodeGenerator.scala, complete the implementation of generateCode.

You can find the specification of the Lacs language here.