collapseos/apps/forth
Virgil Dupras d60ea4cb30 forth: Forth-ify RECURSE
This comes with RS-modifying words. Also, this commit separates ";" from "EXIT",
allowing EXIT to be used in definitions (was needed for RECURSE).
2020-03-13 16:40:55 -04:00
..
README.md apps/forth: new (WIP) application 2020-03-07 12:13:15 -05:00
core.fth forth: Forth-ify RECURSE 2020-03-13 16:40:55 -04:00
dict.asm forth: Forth-ify RECURSE 2020-03-13 16:40:55 -04:00
dictionary.txt forth: Forth-ify RECURSE 2020-03-13 16:40:55 -04:00
glue.asm forth: add number literals support 2020-03-07 19:25:55 -05:00
main.asm forth: Forth-ify RECURSE 2020-03-13 16:40:55 -04: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

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.