Note: This is taken from the Chicken Wiki, where a more recent version could be available.

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)

Links

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

Authors

Friedman, Wand and Haynes Ported to CHICKEN by felix winkelmann