misc/kforth: Add system status, work on vocab, better write_num.

- Now system structure includes a status variable and an associated
  function for writing the status out.
- Adding more words to the builtin dictionary.
- write_num round 3.
- Include option to not print the stack each iteration.
This commit is contained in:
2018-02-27 19:59:29 -08:00
parent 3b284b7c08
commit 6a49675314
14 changed files with 1080 additions and 97 deletions

View File

@@ -1,7 +1,7 @@
Write You a Forth, 0x05
-----------------------
:date: 2018-02-24 12:23
:date: 2018-02-27 08:06
:tags: wyaf, forth
NB: Today's update was pretty large, so I don't show all of the code; this is