collapseos/apps/forth
Virgil Dupras d0d92a4559 forth: Forth-ify IF and ELSE
Now, I really need comments...
2020-03-12 21:49:10 -04:00
..
core.fth forth: Forth-ify IF and ELSE 2020-03-12 21:49:10 -04:00
dict.asm forth: Forth-ify IF and ELSE 2020-03-12 21:49:10 -04:00
dictionary.txt forth: Forth-ify IF and ELSE 2020-03-12 21:49:10 -04:00
glue.asm
main.asm forth: implement THEN in Forth 2020-03-12 13:52:27 -04:00
README.md
stack.asm forth: change the whole execution model again 2020-03-10 21:37:06 -04:00
util.asm forth: add words "(fbr)", "(fbr?)", "'", "[']" 2020-03-12 21:16:20 -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.