collapseos/forth
2020-03-30 13:50:53 -04:00
..
core.fs forth: Replace "SKIP?" with "(?br)" 2020-03-29 09:10:23 -04:00
dictionary.txt forth: Replace "SKIP?" with "(?br)" 2020-03-29 09:10:23 -04:00
dummy.fs
fmt.fs
forth.asm forth: Forth-ify "C<" 2020-03-30 08:37:33 -04:00
icore.fs forth: fix bootstrapping issues with "LITN" and "+" 2020-03-30 13:50:53 -04:00
parse.fs forth: Replace "SKIP?" with "(?br)" 2020-03-29 09:10:23 -04:00
readln.fs
README.md
str.fs
z80a.fs
z80c.fs forth: Forth-ify "QUIT" 2020-03-30 08:25:22 -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.