Wayback 20050409064540

www.stripedgazelle.org/joey/src/dream/dream.html
This commit is contained in:
Lassi Kortela 2023-02-22 15:58:55 +02:00
parent d4be16d42e
commit 95fe3aaecd
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
<title>The 'dream' Scheme Interpreter</title>
<h1>The 'dream' Scheme Interpreter</h1>
Download source (gcc on x86): <a href="http://www.stripedgazelle.org/joey/src/dream.tar.gz">dream.tar.gz</a> or <a href="http://www.stripedgazelle.org/joey/src/dream.zip">dream.zip</a>
<br>
Or run a stripped-down instance (no file I/O) via telnet: <a href="telnet://stripedgazelle.org">telnet://stripedgazelle.org</a>
<p>
I am proud to announce the premier production version of my Scheme interpreter, 'dream', written entirely in x86 assembly language (GAS syntax.) :-)
All essential syntax and procedures from the R4RS standard are implemented.