Interpreter Transformations

This page should contain the various interpreter passes from the fourth week of the Scheme Workshop. Parts of it require macros from record.ss, which defines the define-record, variant-case and letcc forms.

Lexical Addressing Basic Interpreters Assignment Interpreters CPS'ed Interpreters CPS'ed Interpreters with letcc (and trampolining, eventually)
ehilsdal@cs.indiana.edu