1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-10-03 13:40:54 +10:00
collapseos/apps/forth
2020-03-13 21:27:19 -04:00
..
core.fth forth: Add word "(" 2020-03-13 19:33:16 -04:00
dict.asm forth: fix DOES> bad exec offset 2020-03-13 21:27:19 -04:00
dictionary.txt forth: Add word "(" 2020-03-13 19:33:16 -04:00
glue.asm forth: add number literals support 2020-03-07 19:25:55 -05:00
main.asm forth: Add word "(" 2020-03-13 19:33:16 -04:00
README.md apps/forth: new (WIP) application 2020-03-07 12:13:15 -05:00
stack.asm forth: Forth-ify RECURSE 2020-03-13 16:40:55 -04:00
util.asm forth: Forth-ify RECURSE 2020-03-13 16:40:55 -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.