collapseos/forth
2020-04-10 14:16:45 -04:00
..
boot.fs boot: remove _bend 2020-04-10 09:59:45 -04:00
cmp.fs
core.fs Change DELW signature 2020-04-09 08:26:27 -04:00
dict.fs
fmt.fs
icore.fs emul: extract capture mark from icore into xstop.fs 2020-04-10 14:16:45 -04:00
parse.fs parse: be a bit more graceful on parsing meta-failure 2020-04-09 08:27:14 -04:00
print.fs
readln.fs
README.md
str.fs
xcomp.fs emul: build boot binary in one pass 2020-04-10 09:55:58 -04:00
z80a.fs
z80c.fs Add CURRENT* and simplify xcomp 2020-04-09 12:01:08 -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.