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.