diff options
| author | 2024-09-20 19:11:36 -0400 | |
|---|---|---|
| committer | 2024-09-20 19:11:36 -0400 | |
| commit | 5271cc67c6ea79348d96f51d6d24b2cb277afe48 (patch) | |
| tree | 8b4bacd130a6a04e0676a4b4cbce7838085f2b06 /README.rst | |
| parent | miniscm: list->string (diff) | |
readtable: add lists
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ designed to be used by a severely limited Scheme interpreter, which * has fixnums only * only uses immutable strings * does not use "load" recursively -* uses R3RS essential procedures only (with some exceptions) +* uses R3RS essential procedures/syntax only (with some exceptions) The goal is to have the compiler run under the MiniScheme in ``miniscm`` in DOS, and then run in GLLV to compile itself. |
