collapseos/apps/forth
Virgil Dupras 5b1ca474d4 forth: Add word "("
Also, fix "RECURSE" in IMMEDIATE contexts.
2020-03-13 19:33:16 -04:00
..
core.fth forth: Add word "(" 2020-03-13 19:33:16 -04:00
dict.asm forth: Forth-ify RECURSE 2020-03-13 16:40:55 -04:00
dictionary.txt forth: Add word "(" 2020-03-13 19:33:16 -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
README.md apps/forth: new (WIP) application 2020-03-07 12:13:15 -05:00
stack.asm forth: Forth-ify RECURSE 2020-03-13 16:40:55 -04:00
util.asm forth: Forth-ify RECURSE 2020-03-13 16:40:55 -04:00

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.