Mirror of CollapseOS
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Virgil Dupras dcd68fc40b forth: transform (find) into FIND which is an indirect call 4 lat temu
..
README.md Move "forth" folder to project's root folder 4 lat temu
boot.fs forth: remove RAMSTART and RS_ADDR from stable ABI 4 lat temu
core.fs forth: transform (find) into FIND which is an indirect call 4 lat temu
dictionary.txt forth: transform (find) into FIND which is an indirect call 4 lat temu
fmt.fs forth: Forth-ify "ABORT"" 4 lat temu
icore.fs forth: transform (find) into FIND which is an indirect call 4 lat temu
notes.txt forth: transform (find) into FIND which is an indirect call 4 lat temu
parse.fs forth: Replace "SKIP?" with "(?br)" 4 lat temu
readln.fs forth: fix readln overflow handling 4 lat temu
str.fs forth: implement readline in Forth 4 lat temu
z80a.fs Forth self-bootstraps!!! 4 lat temu
z80c.fs forth: remove RAMSTART and RS_ADDR from stable ABI 4 lat temu

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.