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 d08a9711c5 boot: make HERE point to RAMEND instead of CURRENT vor 4 Jahren
..
README.md Move "forth" folder to project's root folder vor 4 Jahren
adev.fs Add adev unit vor 4 Jahren
boot.fs boot: make HERE point to RAMEND instead of CURRENT vor 4 Jahren
cmp.fs link: new unit to relink dictionaries vor 4 Jahren
core.fs Add word "FORGET" vor 4 Jahren
fmt.fs rc2014/acia: adjust to latest developments vor 4 Jahren
icore.fs xcomp: shrink scope vor 4 Jahren
link.fs Add word "FORGET" vor 4 Jahren
parse.fs parse: be a bit more graceful on parsing meta-failure vor 4 Jahren
print.fs Add word "LITA" vor 4 Jahren
readln.fs Add one layer of indirection in subsystem memory management vor 4 Jahren
str.fs Move ASCII constants from str unit to print vor 4 Jahren
xcomp.fs xcomp: shrink scope vor 4 Jahren
z80a.fs Add one layer of indirection in subsystem memory management vor 4 Jahren
z80c.fs doc improvement 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.