Mirror of CollapseOS
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Virgil Dupras dcd68fc40b forth: transform (find) into FIND which is an indirect call 4 лет назад
..
README.md Move "forth" folder to project's root folder 4 лет назад
boot.fs forth: remove RAMSTART and RS_ADDR from stable ABI 4 лет назад
core.fs forth: transform (find) into FIND which is an indirect call 4 лет назад
dictionary.txt forth: transform (find) into FIND which is an indirect call 4 лет назад
fmt.fs forth: Forth-ify "ABORT"" 4 лет назад
icore.fs forth: transform (find) into FIND which is an indirect call 4 лет назад
notes.txt forth: transform (find) into FIND which is an indirect call 4 лет назад
parse.fs forth: Replace "SKIP?" with "(?br)" 4 лет назад
readln.fs forth: fix readln overflow handling 4 лет назад
str.fs forth: implement readline in Forth 4 лет назад
z80a.fs Forth self-bootstraps!!! 4 лет назад
z80c.fs forth: remove RAMSTART and RS_ADDR from stable ABI 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.