collapseos/forth
2020-04-14 16:07:07 -04:00
..
adev.fs Add adev unit 2020-04-12 21:49:20 -04:00
blk.fs blk: first steps 2020-04-14 09:07:20 -04:00
boot.fs z80a: add stuctured flow words 2020-04-13 20:34:53 -04:00
cmp.fs
core.fs Add word "EMPTY" 2020-04-14 16:07:07 -04:00
fmt.fs blk: first steps 2020-04-14 09:07:20 -04:00
icore.fs Add word "EMPTY" 2020-04-14 16:07:07 -04:00
link.fs Add word "FORGET" 2020-04-13 08:09:36 -04:00
parse.fs
print.fs blk: first steps 2020-04-14 09:07:20 -04:00
readln.fs
README.md
str.fs
xcomp.fs
z80a.fs z80a: add stuctured flow words 2020-04-13 20:34:53 -04:00
z80c.fs z80a: add stuctured flow words 2020-04-13 20:34:53 -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.