Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Virgil Dupras 2db6ebc247 forth: Forth-ify "BYE" 4 年前
..
README.md Move "forth" folder to project's root folder 4 年前
core.fs forth: replace "ROUTINE" with "JTBL" 4 年前
dictionary.txt forth: replace "ROUTINE" with "JTBL" 4 年前
dummy.fs forth: don't use "(entry)" in dummy.fs 4 年前
fmt.fs forth: Forth-ify "ABORT"" 4 年前
forth.asm forth: Forth-ify "BYE" 4 年前
icore.fs forth: Forth-ify "ABORT" 4 年前
parse.fs forth: implement "0b" number parsing 4 年前
readln.fs forth: bring ." and ABORT" down to core.fs level 4 年前
str.fs forth: implement readline in Forth 4 年前
z80a.fs forth: Forth-ify "ABORT" 4 年前
z80c.fs forth: Forth-ify "BYE" 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.