collapseos/forth
2020-03-30 15:11:23 -04:00
..
core.fs forth: Forth-ify SYSVNXT 2020-03-30 14:19:47 -04:00
dictionary.txt forth: add word "2DROP" 2020-03-30 13:54:46 -04:00
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 "HERE", "CURRENT" and "JTBL" 2020-03-30 15:11:23 -04:00
icore.fs forth: Forth-ify "HERE", "CURRENT" and "JTBL" 2020-03-30 15:11:23 -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 forth: Forth-ify "@" 2020-03-30 14:05:07 -04:00
z80c.fs forth: Forth-ify "!" 2020-03-30 14:09:39 -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.