collapseos/apps/forth
Virgil Dupras ff281f69a8 forth: add "UNWORD" flag
Also, reorder word fields so that the flag field is more easily accessible.
2020-03-12 11:39:27 -04:00
..
core.fth
dict.asm forth: add "UNWORD" flag 2020-03-12 11:39:27 -04:00
dictionary.txt
glue.asm
main.asm forth: add "UNWORD" flag 2020-03-12 11:39:27 -04:00
README.md
stack.asm
util.asm forth: add "UNWORD" flag 2020-03-12 11:39:27 -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.