Mirror of CollapseOS
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Virgil Dupras d08a9711c5 boot: make HERE point to RAMEND instead of CURRENT 4 년 전
..
README.md Move "forth" folder to project's root folder 4 년 전
adev.fs Add adev unit 4 년 전
boot.fs boot: make HERE point to RAMEND instead of CURRENT 4 년 전
cmp.fs link: new unit to relink dictionaries 4 년 전
core.fs Add word "FORGET" 4 년 전
fmt.fs rc2014/acia: adjust to latest developments 4 년 전
icore.fs xcomp: shrink scope 4 년 전
link.fs Add word "FORGET" 4 년 전
parse.fs parse: be a bit more graceful on parsing meta-failure 4 년 전
print.fs Add word "LITA" 4 년 전
readln.fs Add one layer of indirection in subsystem memory management 4 년 전
str.fs Move ASCII constants from str unit to print 4 년 전
xcomp.fs xcomp: shrink scope 4 년 전
z80a.fs Add one layer of indirection in subsystem memory management 4 년 전
z80c.fs doc improvement 4 년 전

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.