Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!apple!snorkelwacker!bloom-beacon!bu.edu!xylogics!world!paradigm!gjc From: gjc@paradigm.com Newsgroups: comp.lang.lisp Subject: lisp source and a parser in lisp Message-ID: <113@paradigm.com> Date: 14 Feb 90 22:33:04 GMT Organization: Paradigm Associates Inc, Cambridge MA Lines: 22 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. - GJC@PARADIGM.COM