1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-07 09:08:46 +10:00
collapseos/apps/forth
2020-03-07 12:50:54 -05:00
..
dict.asm forth: add word "." 2020-03-07 12:50:54 -05:00
dictionary.txt apps/forth: new (WIP) application 2020-03-07 12:13:15 -05:00
glue.asm forth: add word "." 2020-03-07 12:50:54 -05:00
main.asm forth: add word "." 2020-03-07 12:50:54 -05:00
README.md apps/forth: new (WIP) application 2020-03-07 12:13:15 -05:00
stack.asm apps/forth: new (WIP) application 2020-03-07 12:13:15 -05:00
util.asm forth: add word "." 2020-03-07 12:50:54 -05: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.