collapseos/forth
Virgil Dupras 420836276d readln: rename (c<) to (rdln<)
so that it isn't picked up automatically at boot. Only when (c<$) is
called do we override (c<). This fixes tricky boot problems.
2020-04-12 14:01:54 -04:00
..
boot.fs Add word "LITA" 2020-04-11 13:13:20 -04:00
cmp.fs
core.fs Add word "LITA" 2020-04-11 13:13:20 -04:00
fmt.fs rc2014/acia: adjust to latest developments 2020-04-11 15:11:36 -04:00
icore.fs
link.fs link: fix LITA processing 2020-04-12 09:36:10 -04:00
parse.fs
print.fs Add word "LITA" 2020-04-11 13:13:20 -04:00
readln.fs readln: rename (c<) to (rdln<) 2020-04-12 14:01:54 -04:00
README.md
str.fs
xcomp.fs
z80a.fs
z80c.fs doc improvement 2020-04-11 13:19:30 -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.