collapseos/apps/forth
Virgil Dupras 25b6e75cf7 forth: add words "."" and "(print)" 2020-03-17 15:22:13 -04:00
..
README.md apps/forth: new (WIP) application 2020-03-07 12:13:15 -05:00
core.fs forth: add word ".X" 2020-03-17 14:05:53 -04:00
dict.asm forth: add words "."" and "(print)" 2020-03-17 15:22:13 -04:00
dictionary.txt forth: add words "."" and "(print)" 2020-03-17 15:22:13 -04:00
glue.asm forth: inline code from "apps/lib" 2020-03-17 12:49:06 -04:00
main.asm forth: Simplify execution model 2020-03-15 22:46:17 -04:00
stack.asm forth: check PS everywhere 2020-03-17 14:56:08 -04:00
util.asm forth: inline code from "apps/lib" 2020-03-17 12:49:06 -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.