collapseos/forth
Virgil Dupras a2c258afba forth: Forth-ify "CMP"
forth.asm under 1K lines!
2020-03-30 07:52:24 -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 "CMP" 2020-03-30 07:52:24 -04:00
icore.fs forth: Forth-ify "CMP" 2020-03-30 07:52:24 -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 "CMP" 2020-03-30 07:52:24 -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.