Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Virgil Dupras ffe61a12f8 forth: make prev word field relative 4 years ago
..
README.md Move "forth" folder to project's root folder 4 years ago
core.fs forth: Forth-ify "LIT", "LITS", "LIT<" 4 years ago
dictionary.txt forth: Forth-ify "CREATE" 4 years ago
dummy.fs forth: make prev word field relative 4 years ago
fmt.fs forth: Forth-ify "ABORT"" 4 years ago
forth.asm forth: make prev word field relative 4 years ago
high.fs forth: forgot to commit high.fs... 4 years ago
parse.fs forth: implement "0b" number parsing 4 years ago
readln.fs forth: make readline skip prompt when appropriate 4 years ago
str.fs forth: implement readline in Forth 4 years ago
z80a.fs forth: add "CODE"!!! 4 years ago

README.md

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.