collapseos/forth
2020-04-22 21:19:12 -04:00
..
adev.fs
blk.fs Copy boot.z80 to blkfs 2020-04-22 21:19:12 -04:00
boot.z80 z80a: add PUSH0, PUSH1, PUSHZ, macros 2020-04-22 19:03:32 -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
icore.fs Move xcomp to blocks 2020-04-21 20:30:14 -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
readln.fs
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.