Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Virgil Dupras d08a9711c5 boot: make HERE point to RAMEND instead of CURRENT 4 年前
..
README.md Move "forth" folder to project's root folder 4 年前
adev.fs Add adev unit 4 年前
boot.fs boot: make HERE point to RAMEND instead of CURRENT 4 年前
cmp.fs link: new unit to relink dictionaries 4 年前
core.fs Add word "FORGET" 4 年前
fmt.fs rc2014/acia: adjust to latest developments 4 年前
icore.fs xcomp: shrink scope 4 年前
link.fs Add word "FORGET" 4 年前
parse.fs parse: be a bit more graceful on parsing meta-failure 4 年前
print.fs Add word "LITA" 4 年前
readln.fs Add one layer of indirection in subsystem memory management 4 年前
str.fs Move ASCII constants from str unit to print 4 年前
xcomp.fs xcomp: shrink scope 4 年前
z80a.fs Add one layer of indirection in subsystem memory management 4 年前
z80c.fs doc improvement 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.