Outdated egg!

This is an egg for CHICKEN 3, the unsupported old release. You're almost certainly looking for the CHICKEN 4 version of this egg, if it exists.

If it does not exist, there may be equivalent functionality provided by another egg; have a look at the egg index. Otherwise, please consider porting this egg to the current version of CHICKEN.

  1. Outdated egg!
  2. eopl
    1. Introduction
    2. Requirements
    3. Usage:
    4. Links
    5. Authors

eopl

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