You are looking at historical revision 13621 of this page. It may differ significantly from its current revision.

Introduction

This extension provides support code for the book "Essentials of Programming Languages". In particular, define-datatype, the test-harness and various helper procedures are provided. The SLLGEN parser generator is included as well.

Requirements

syntax-case

Usage:

(require-extension syntax-case)
(require-extension eopl)}}

To use the SLLGEN parser generator, enter

(require-extension sllgen)

http://www.cs.indiana.edu/eip/eopl.html

Authors

Friedman, Wand and Haynes Ported to CHICKEN by felix winkelmann