CS 421: Programming Languages and Compilers
Machine Problem 8 (MP8)
MP8 will have you complete an interpreter for the MicroML language.

Files
mp8.pdf(v1.1) - Correct code examples of the OCaml and MicroML environment.

mp8grader.tar.gz (v1.2) - fixed handling of characters, fixed error in the type of built-in "tail" function

(v1.1) - Changed implementation of and and or in prevasive_memory in mp8common.ml from curried to uncurried to match their types
mp8-sol.ml