Mirror of CollapseOS
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Virgil Dupras dcd68fc40b forth: transform (find) into FIND which is an indirect call 4 anos atrás
..
README.md Move "forth" folder to project's root folder 4 anos atrás
boot.fs forth: remove RAMSTART and RS_ADDR from stable ABI 4 anos atrás
core.fs forth: transform (find) into FIND which is an indirect call 4 anos atrás
dictionary.txt forth: transform (find) into FIND which is an indirect call 4 anos atrás
fmt.fs forth: Forth-ify "ABORT"" 4 anos atrás
icore.fs forth: transform (find) into FIND which is an indirect call 4 anos atrás
notes.txt forth: transform (find) into FIND which is an indirect call 4 anos atrás
parse.fs forth: Replace "SKIP?" with "(?br)" 4 anos atrás
readln.fs forth: fix readln overflow handling 4 anos atrás
str.fs forth: implement readline in Forth 4 anos atrás
z80a.fs Forth self-bootstraps!!! 4 anos atrás
z80c.fs forth: remove RAMSTART and RS_ADDR from stable ABI 4 anos atrás

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.