Assignment 8: ParentheC Interpreter


Your task is to transform the interpreter below into a language that can be automatically converted to C. We will be using ParentheC for this task, so you'll be CPSing and Registerizing the interpreter below before making final modifications to make it ready for ParentheC. Please read the entire assignment carefully, taking note of the special notes at the end of the assignment.