aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-09-20 19:11:36 -0400
committerGravatar Peter McGoron 2024-09-20 19:11:36 -0400
commit5271cc67c6ea79348d96f51d6d24b2cb277afe48 (patch)
tree8b4bacd130a6a04e0676a4b4cbce7838085f2b06 /README.rst
parentminiscm: list->string (diff)
readtable: add lists
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 7fa167d..abb5f5a 100644
--- a/README.rst
+++ b/README.rst
@@ -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.