collapseos/forth
2020-03-21 16:27:21 -04:00
..
core.fs forth: rename "LITS" to "LIT<" 2020-03-21 16:27:21 -04:00
dictionary.txt forth: rename "LITS" to "LIT<" 2020-03-21 16:27:21 -04:00
fmt.fs forth: Forth-ify "ABORT"" 2020-03-21 16:17:51 -04:00
forth.asm forth: rename "LITS" to "LIT<" 2020-03-21 16:27:21 -04:00
parse.fs
readln.fs forth: make readline skip prompt when appropriate 2020-03-21 14:59:12 -04:00
README.md
str.fs

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.