Exam #2 Major Topics
[EoPL chapters 3-4]
1) Parser Generators (SLLGEN)
2) Basic interpreter for ints, Booleans, and let expressions (LET and μLET)
3) Closures (PROC and μλ)
4) Recursion (LETREC and μREC)
5) References and assignment (EXPLICIT-REFS, IMPLICIT-REFS, μ;)
6) Parameter Passing Mechanisms