Mirror of CollapseOS
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Virgil Dupras dcd68fc40b forth: transform (find) into FIND which is an indirect call vor 4 Jahren
..
README.md Move "forth" folder to project's root folder vor 4 Jahren
boot.fs forth: remove RAMSTART and RS_ADDR from stable ABI vor 4 Jahren
core.fs forth: transform (find) into FIND which is an indirect call vor 4 Jahren
dictionary.txt forth: transform (find) into FIND which is an indirect call vor 4 Jahren
fmt.fs forth: Forth-ify "ABORT"" vor 4 Jahren
icore.fs forth: transform (find) into FIND which is an indirect call vor 4 Jahren
notes.txt forth: transform (find) into FIND which is an indirect call vor 4 Jahren
parse.fs forth: Replace "SKIP?" with "(?br)" vor 4 Jahren
readln.fs forth: fix readln overflow handling vor 4 Jahren
str.fs forth: implement readline in Forth vor 4 Jahren
z80a.fs Forth self-bootstraps!!! vor 4 Jahren
z80c.fs forth: remove RAMSTART and RS_ADDR from stable ABI vor 4 Jahren

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.