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 da9f9f9899 forth: melt boot binary 4 år sedan
..
README.md Move "forth" folder to project's root folder 4 år sedan
core.fs forth: Replace "SKIP?" with "(?br)" 4 år sedan
dictionary.txt forth: Replace "SKIP?" with "(?br)" 4 år sedan
dummy.fs forth: don't use "(entry)" in dummy.fs 4 år sedan
fmt.fs forth: Forth-ify "ABORT"" 4 år sedan
forth.asm forth: melt boot binary 4 år sedan
icore.fs forth: Forth-ify "SWAP" 4 år sedan
parse.fs forth: Replace "SKIP?" with "(?br)" 4 år sedan
readln.fs forth: bring ." and ABORT" down to core.fs level 4 år sedan
str.fs forth: implement readline in Forth 4 år sedan
z80a.fs forth: Forth-ify "ABORT" 4 år sedan
z80c.fs forth: Forth-ify "SWAP" 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.