collapseos/forth
2020-03-28 13:02:04 -04:00
..
core.fs forth: Replace "(fbr)" and "(bbr)" words by "(br)" 2020-03-28 11:31:16 -04:00
dictionary.txt
dummy.fs forth: don't use "(entry)" in dummy.fs 2020-03-27 21:15:16 -04:00
fmt.fs
forth.asm forth: Forth-ify "TOWORD" 2020-03-28 13:02:04 -04:00
icore.fs forth: Forth-ify "TOWORD" 2020-03-28 13:02:04 -04:00
parse.fs
readln.fs
README.md
str.fs
z80a.fs forth: Forth-ify "ABORT" 2020-03-28 10:11:52 -04:00
z80c.fs forth: Forth-ify "BYE" 2020-03-28 10:14:27 -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.