Playlist | schedule page slides as PDF |
Function 1 — representation (5:49)
Representing function definitions and function calls for an extended Moe.
Function 2 — parsing (3:04)
Parsing function defintions and function calls. See function.rkt.
Function 3 — interpreter overview (1:33)
General strategy for interpreting function calls in Moe using substitution.
Function 4 — get_fundef (2:51)
Implementing the get_fundef function to be used by interp.
Function 5 — subst (5:52)
Implementing the subst function to be used by interp.
Function 6 — finishing interp
(6:04)
Finishing the interp function.