diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 24 |
1 files changed, 10 insertions, 14 deletions
@@ -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? |
