CS 421: Programming Languages and Compilers
Machine Problem 10 (MP10)
MP10 will have you write an interpreter for the MicroML language.

MP10 has you implement a parser for MicroML. Keep in mind that your solution must define every required function, otherwise the grading program will not compile and you will receive no points for the entire homework set. For example, if you decide not to implement the function splat (for whatever reason), you need to have it defined as:

let splat x = raise (Failure(""))

IMPORTANT: Make sure that you read the README file in the grader bundle . This file contains important information.

Also, make sure you read the "Guide for Doing MPs".

Files
mp10.pdf(v1.2 - changed due date to Thurs 29 Nov., corrected Problem 12)
mp10grader.tar.gz(v1.1 makes print_string available)
mp10-sol.ml