summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-03-08 18:02:01 +1100
committerkitty <nepeta@canaglie.net>2026-03-08 18:02:01 +1100
commit5f70edcd2c717209bfd0095e3f698851b4ec447e (patch)
tree114de7eca70e15548112501f2ff7c16ca5ed9acc /readme.md
parentd0444e62cbae194f6b331e9030cedcfc83b79da4 (diff)
remove old unused stuff, move todo to end
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md24
1 files changed, 10 insertions, 14 deletions
diff --git a/readme.md b/readme.md
index fec9526..15480e1 100644
--- a/readme.md
+++ b/readme.md
@@ -7,20 +7,6 @@ if you use it and it breaks, too bad
public domain
-## TODO
-i want to get to Version 1 soon, here are some things
-i am thinking of completing before that.
-
-- `s\"`
-- `DO` + `LOOP`
-- `<BUILDS` and `DOES>`
-- reading from files
-- argc + argv
-- testing
-- documentation
-
-not all of these will be included. we'll see
-
## dictionary
the dictionary follows a fairly standard format.
@@ -39,6 +25,7 @@ this does not follow any standards. here are some things to keep in mind
- the string output word is called `say` instead of `type` (i may change this)
- `create` can't be used for arrays and stuff. use `make` instead
- `:noname` is called `:>` (based on duskos). it also just creates a word called `_` and pushes its xt to the stack
+- an `include` discards the rest of the input line
## the one reserved register
@@ -69,3 +56,12 @@ the error codes are:
- 3: compilation only
- 4: interpret only
- 5: includes too recursed
+
+## TODO
+
+- argc + argv
+- testing
+- `s\"`
+- `DO` + `LOOP`
+- `<BUILDS` and `DOES>`
+- better documentation?