mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 21:40:56 +11:00
f62376bd0a
It's not needed anymore now that the boot binary is built in one pass. |
||
---|---|---|
.. | ||
boot.fs | ||
cmp.fs | ||
core.fs | ||
dict.fs | ||
fmt.fs | ||
icore.fs | ||
parse.fs | ||
print.fs | ||
readln.fs | ||
README.md | ||
str.fs | ||
xcomp.fs | ||
z80a.fs | ||
z80c.fs |
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.