1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-07 06:18:45 +10:00
collapseos/apps/forth
Virgil Dupras 6757c097ea forth: change the whole execution model again
Things are better now, but immediates inside colons are broken. However,
IF/THEN/ELSE are now immediates and it's much cleaner this way. Still, this
commit has too much stuff in it, I need to commit, I don't want to lose this
step.
2020-03-10 21:37:06 -04:00
..
dict.asm forth: change the whole execution model again 2020-03-10 21:37:06 -04:00
dictionary.txt forth: add string and logic routines, as well as "RECURSE" 2020-03-10 16:02:40 -04:00
glue.asm forth: add number literals support 2020-03-07 19:25:55 -05:00
main.asm forth: change the whole execution model again 2020-03-10 21:37:06 -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: change the whole execution model again 2020-03-10 21:37:06 -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.