collapseos/forth
2020-04-24 10:59:59 -04:00
..
adev.fs
blk.fs Copy boot.z80 to blkfs 2020-04-22 21:19:12 -04:00
cmp.fs parse: use "0<" instead of "0 <" 2020-04-18 09:18:09 -04:00
core.fs Forth-ify 2DUP 2OVER 2SWAP 2020-04-20 23:18:57 -04:00
fmt.fs parse: use "0<" instead of "0 <" 2020-04-18 09:18:09 -04:00
link.fs link: add "offset" argument to RLDICT 2020-04-19 16:28:40 -04:00
parse.fs parse: don't validate 0x and 0b lengths 2020-04-21 20:40:23 -04:00
print.fs Print word that wasn't found on "word not found" error 2020-04-24 10:59:59 -04:00
readln.fs Add words 1+ 2+ 1- 2- and consts 0 1 -1 2020-04-15 21:29:39 -04:00
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.