CS 7520 Homework I-6.4

Part 1

Exercise I.6.7 in the book.

Part 2

Start with ck.rkt, and add cek-red to implement the CEK reduction rules. The starting file includes a grammar and meta-functions for environments, but you will need to extend the grammar with κ-bar for CEK continuations.

Instead of including side conditions in the machine to ensure that a value is not a variable, simply remove X from the grammar of V.


Last update: Monday, February 25th, 2013
mflatt@cs.utah.edu