Programs from Lecture |
As the course progresses links will be provided to take you to sample programs from class.
The last problem of Homework 6 asks you to write an interpreter that also works for let-expressions. A parser that generates these terms is available here.
Finally, here is an environment-based interpreter for a simple functional language that includes exceptions.
Programs from Lecture |