1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-07 06:08:46 +10:00
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 forth: add bin dict compilation stage! 2020-03-12 00:14:44 -04:00
dict.asm forth: add "UNWORD" flag 2020-03-12 11:39:27 -04:00
dictionary.txt forth: add words "C@" and "C!" 2020-03-11 22:11:54 -04:00
glue.asm forth: add number literals support 2020-03-07 19:25:55 -05:00
main.asm forth: add "UNWORD" flag 2020-03-12 11:39:27 -04:00
README.md apps/forth: new (WIP) application 2020-03-07 12:13:15 -05:00
stack.asm forth: change the whole execution model again 2020-03-10 21:37:06 -04:00
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.