Mirror of CollapseOS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Virgil Dupras dcd68fc40b forth: transform (find) into FIND which is an indirect call il y a 4 ans
..
README.md Move "forth" folder to project's root folder il y a 4 ans
boot.fs forth: remove RAMSTART and RS_ADDR from stable ABI il y a 4 ans
core.fs forth: transform (find) into FIND which is an indirect call il y a 4 ans
dictionary.txt forth: transform (find) into FIND which is an indirect call il y a 4 ans
fmt.fs forth: Forth-ify "ABORT"" il y a 4 ans
icore.fs forth: transform (find) into FIND which is an indirect call il y a 4 ans
notes.txt forth: transform (find) into FIND which is an indirect call il y a 4 ans
parse.fs forth: Replace "SKIP?" with "(?br)" il y a 4 ans
readln.fs forth: fix readln overflow handling il y a 4 ans
str.fs forth: implement readline in Forth il y a 4 ans
z80a.fs Forth self-bootstraps!!! il y a 4 ans
z80c.fs forth: remove RAMSTART and RS_ADDR from stable ABI il y a 4 ans

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.