collapseos/apps/forth
2020-03-17 17:46:58 -04:00
..
core.fs forth: Word-ify "[COMPILE]" 2020-03-17 17:29:03 -04:00
dict.asm forth: Word-ify number parsing 2020-03-17 17:46:58 -04:00
dictionary.txt forth: Word-ify number parsing 2020-03-17 17:46:58 -04:00
glue.asm
main.asm forth: Word-ify number parsing 2020-03-17 17:46:58 -04:00
README.md
stack.asm forth: Word-ify "[COMPILE]" 2020-03-17 17:29:03 -04:00
util.asm forth: Word-ify number parsing 2020-03-17 17:46:58 -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.