collapseos/apps/forth
Virgil Dupras 764b2222c7 forth: replace (fbr?) by SKIP?
This will allow us to support backward branching with just one new (bbr) word.
Also, this allow us to have "(" word sooned in core.fth and thus allow for
earlier commenting.
2020-03-14 09:23:58 -04:00
..
README.md apps/forth: new (WIP) application 2020-03-07 12:13:15 -05:00
core.fth forth: replace (fbr?) by SKIP? 2020-03-14 09:23:58 -04:00
dict.asm forth: replace (fbr?) by SKIP? 2020-03-14 09:23:58 -04:00
dictionary.txt forth: replace (fbr?) by SKIP? 2020-03-14 09:23:58 -04:00
glue.asm forth: add number literals support 2020-03-07 19:25:55 -05:00
main.asm forth: Add word "(" 2020-03-13 19:33:16 -04:00
stack.asm forth: Forth-ify RECURSE 2020-03-13 16:40:55 -04:00
util.asm forth: replace (fbr?) by SKIP? 2020-03-14 09:23:58 -04:00

README.md

Forth

WIP A Forth interpreter. Far from complete, but you can do stuff like

KEY EMIT KEY EMIT

See dictionary.txt for a word reference.