CS代写 Introduction
Introduction This is part (B) of project 4, in which you implement an interpreter for MicroCaml. In particular, you will implement two functions, eval_expr and eval_mutop. Each of these takes an environment (defined in microCamlTypes.ml) as a parameter, which acts as a map from variables to values. The eval_expr function evaluates an expression in the […]