collapseos/forth
Virgil Dupras 3822182226 xcomp: shrink scope
It seems that xcomp can't manage to reliably compile core+ units.
Let's limit the role of xcomp to z80c+icore.

I'm getting a little desperate here. I'll revisit the link.fs approach
with a new idea I had...
2020-04-11 11:38:45 -04:00
..
README.md Move "forth" folder to project's root folder 2020-03-18 22:25:44 -04:00
boot.fs boot: remove _bend 2020-04-10 09:59:45 -04:00
cmp.fs link: new unit to relink dictionaries 2020-04-06 20:59:55 -04:00
core.fs Remove (sysv) 2020-04-10 14:57:00 -04:00
dict.fs Remove link.fs 2020-04-07 21:23:42 -04:00
fmt.fs fmt: fix stack leak in DUMP 2020-04-05 20:19:58 -04:00
icore.fs xcomp: shrink scope 2020-04-11 11:38: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 Move ASCII constants from str unit to print 2020-04-04 10:28:00 -04:00
readln.fs Remove (sysv) 2020-04-10 14:57:00 -04:00
str.fs Move ASCII constants from str unit to print 2020-04-04 10:28:00 -04:00
xcomp.fs xcomp: shrink scope 2020-04-11 11:38:45 -04:00
z80a.fs Remove (sysv) 2020-04-10 14:57:00 -04:00
z80c.fs Add CURRENT* and simplify xcomp 2020-04-09 12:01:08 -04:00

README.md

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.