Mirror of CollapseOS
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Virgil Dupras dcd68fc40b forth: transform (find) into FIND which is an indirect call 4 år sedan
..
README.md Move "forth" folder to project's root folder 4 år sedan
boot.fs forth: remove RAMSTART and RS_ADDR from stable ABI 4 år sedan
core.fs forth: transform (find) into FIND which is an indirect call 4 år sedan
dictionary.txt forth: transform (find) into FIND which is an indirect call 4 år sedan
fmt.fs forth: Forth-ify "ABORT"" 4 år sedan
icore.fs forth: transform (find) into FIND which is an indirect call 4 år sedan
notes.txt forth: transform (find) into FIND which is an indirect call 4 år sedan
parse.fs forth: Replace "SKIP?" with "(?br)" 4 år sedan
readln.fs forth: fix readln overflow handling 4 år sedan
str.fs forth: implement readline in Forth 4 år sedan
z80a.fs Forth self-bootstraps!!! 4 år sedan
z80c.fs forth: remove RAMSTART and RS_ADDR from stable ABI 4 år sedan

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.