CS217 Day 18 Monday, May 8, 2000

Continuation-Passing Interpreters

We will next examine Scheme.java, a call-by-value interpreter in Java that parses and evaluates list syntax. We'll read and try to understand the code.

This example will be an introduction object-oriented languages (OOL). We will extend our interpreter to interpret an OOL (See Ch 6), and also extend Scheme to be an OOL, School.