Media Summary: Modifying the parser and AST to incorporate Defining and implementing the small-step substitution-model semantics of a The "environment model" differs from the "substitution model" by lazily recording substitutions in a map Textbook: ...
Simpl Type System Ocaml Programming Chapter 9 Video 32 - Detailed Analysis & Overview
Modifying the parser and AST to incorporate Defining and implementing the small-step substitution-model semantics of a The "environment model" differs from the "substitution model" by lazily recording substitutions in a map Textbook: ... Implementing the smallest details of syntax in the calculator interpreter -- whitespace and parentheses Textbook: ... Implementing an environment-model big-step interpreter for a A "closure" is a data structure containing the code for a function, as well as the environment that "closes" off its free variables.
Defining and implementing the big-step substitution-model semantics of a Defining the small-step semantics of `let` expressions, based on substitution Textbook: