Due: Thursday, March 22nd, 2012 9:10am
This assignment is essentially the same as HW 13, but using the interpreter implemented in C.
Start with miniracket3.zip.
Add support for booleans as values and expressions, and also add an iszero form that has a single sub-expression.
Add an if form to the language.
Handin your revised main.c (for new tests), eval.c, print.c, struct.c, and struct.h.
Last update: Wednesday, March 21st, 2012mflatt@cs.utah.edu |