class exercises
completing the parser
- write parse_print procedure
making a change
- change the grammar so that it accepts
a sequence of assignments
followed by a single expression
- and make the code generate a let* expression
modularization
- hide the global variable in a parser object