collapseos/apps/forth
Virgil Dupras 587d1d0d69 forth: add word "UNTIL" 2020-03-18 16:39:22 -04:00
..
README.md apps/forth: new (WIP) application 2020-03-07 12:13:15 -05:00
core.fs forth: add word "UNTIL" 2020-03-18 16:39:22 -04:00
dict.asm forth: Make (parse) indirect and Forth-ify (parsec) 2020-03-17 21:19:56 -04:00
dictionary.txt forth: add word "UNTIL" 2020-03-18 16:39:22 -04:00
fmt.fs forth: split forth source into multiple files 2020-03-17 21:44:32 -04:00
glue.asm forth: inline code from "apps/lib" 2020-03-17 12:49:06 -04:00
main.asm forth: Make (parse) indirect and Forth-ify (parsec) 2020-03-17 21:19:56 -04:00
parse.fs forth: split forth source into multiple files 2020-03-17 21:44:32 -04:00
stack.asm forth: Word-ify "[COMPILE]" 2020-03-17 17:29:03 -04:00
util.asm forth: Make (parse) indirect and Forth-ify (parsec) 2020-03-17 21:19:56 -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.