summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-03-08 15:42:53 +1100
committerkitty <nepeta@canaglie.net>2026-03-08 15:42:53 +1100
commit9014dde6d62d7d37e3ccb050608db15ed9930b49 (patch)
tree10d93e5312b441c92d6a390cdf0820c37dc3c7dd /readme.md
parentee64f10b64c6efc20fe9f2e457f2e872ca56ca52 (diff)
new error: includes too recursed
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 737def3..fec9526 100644
--- a/readme.md
+++ b/readme.md
@@ -13,7 +13,7 @@ i am thinking of completing before that.
- `s\"`
- `DO` + `LOOP`
-- `\<BUILDS` and `DOES>`
+- `<BUILDS` and `DOES>`
- reading from files
- argc + argv
- testing
@@ -64,8 +64,8 @@ and `execute`ing it. the actual description of the error comes from the
the error codes are:
-- 0: nothing.
- 1: stack underflow
- 2: word not found
- 3: compilation only
- 4: interpret only
+- 5: includes too recursed