From: ···@paradigm.com
Subject: A small scheme interpreter and pratt parser.
Date: 
Message-ID: <91@paradigm.com>
Some available programs:
SIOD: A very small scheme interpreter. About 17Kbytes of compiled on a VAX.
      Runs on VAX/VMS, VAX/UNIX, SUN-3, SUN 4, MacIntosh, IBM-PC, MIPS, CRAY
      
Additionally PRATT.SCM is a parser written in Scheme.


Siod: Scheme In One Defun/Day

Siod version 2.3 may be obtained by anonymous FTP to BU.EDU
(128.197.2.6) Change directory to user/gjc

Files:

siod-v2.3-shar    "shar" for unix systems
siod-v2.3-vms     "share" for vms systems
siod-v2.3-hqx     binhex 4.0 stuffit archive for MacIntosh
siod-v2.3-hqx-fix some fixes.
pratt.scm         A pratt-parser (CGOL) in Scheme.

- ···@PARADIGM.COM