Overview
This is the same as the scheme interpreter, but has been extended to support continuation passing style and the call with current continuation primitive.
Features
- Open Source
- Antlr Parser
- Ant Build File
- Supports lambda, let, letrec, begin, if, and set! expressions.
- Supports call/cc, +, -, *, <, <=, =, eq?, cons, car, cdr, add1, sub1, and not primitives.
- Supports integer?, boolean?, null?, pair?, and procedure? predicates.
- Demonstrates the Visitor design pattern.
- Supports continuations.
License
All Rights Reserved.
Download
cps-si.zip (665 KB)