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 145fdd8e05 forth: rename "LITS" to "LIT<" 4 年之前
..
README.md Move "forth" folder to project's root folder 4 年之前
core.fs forth: rename "LITS" to "LIT<" 4 年之前
dictionary.txt forth: rename "LITS" to "LIT<" 4 年之前
fmt.fs forth: Forth-ify "ABORT"" 4 年之前
forth.asm forth: rename "LITS" to "LIT<" 4 年之前
parse.fs forth: implement "0b" number parsing 4 年之前
readln.fs forth: make readline skip prompt when appropriate 4 年之前
str.fs forth: implement readline in Forth 4 年之前

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.