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 vuotta sitten
..
README.md Move "forth" folder to project's root folder 4 vuotta sitten
core.fs forth: Forth-ify "LIT", "LITS", "LIT<" 4 vuotta sitten
dictionary.txt forth: Forth-ify "CREATE" 4 vuotta sitten
dummy.fs forth: make prev word field relative 4 vuotta sitten
fmt.fs forth: Forth-ify "ABORT"" 4 vuotta sitten
forth.asm forth: make prev word field relative 4 vuotta sitten
high.fs forth: forgot to commit high.fs... 4 vuotta sitten
parse.fs forth: implement "0b" number parsing 4 vuotta sitten
readln.fs forth: make readline skip prompt when appropriate 4 vuotta sitten
str.fs forth: implement readline in Forth 4 vuotta sitten
z80a.fs forth: add "CODE"!!! 4 vuotta sitten

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.