aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-10-28 12:20:12 -0400
committerClyne Sullivan <clyne@bitgloo.com>2023-10-28 12:20:12 -0400
commit97a590fc8e2089cf757afb3a90ad61d65f9c3789 (patch)
tree03709a29da265f3b97f4716127f8ac9b2fae3e84 /README.md
parent91566e20e85cd2b504da7579dfca6df592ea7b30 (diff)
add PARSE; fixes to actually comply with all tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index aaae13b..ffa1054 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Alee Forth uses the [Forth 2012 test suite](https://github.com/gerryjackson/fort
**Missing** core extension words:
```
-PARSE PARSE-NAME REFILL RESTORE-INPUT S\" SAVE-INPUT SOURCE-ID
+PARSE-NAME REFILL RESTORE-INPUT S\" SAVE-INPUT SOURCE-ID
```
## Building