From 5f70edcd2c717209bfd0095e3f698851b4ec447e Mon Sep 17 00:00:00 2001 From: kitty Date: Sun, 8 Mar 2026 18:02:01 +1100 Subject: remove old unused stuff, move todo to end --- readme.md | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'readme.md') 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` -- `` -- 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` +- `` +- better documentation? -- cgit v1.2.3