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.
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
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