Project 5: Rube Compiler
CMSC 430, Fall 2016
Due Wed, Nov 16, 2016 @ 11:59:59pm
- Nov 14 - Clarified that iter returns nil.
- Nov 11 - Clarified that while evaluates to nil.
- Nov 6 - Clarified that implementatino should call to_s on the value returned by the top-level expression and then the resulting string should be printed (by returning it from main).
- Nov 4 - Added missing case to print EInstanceOf to output_expr
The project is described in p5.pdf.
The code skeleton is in p5.tar.gz.