collapseos/forth
2020-03-19 17:26:45 -04:00
..
core.fs
dictionary.txt tests: add Forth tests 2020-03-19 15:43:48 -04:00
fmt.fs
forth.asm forth: inline kernel/stdio 2020-03-19 17:26:45 -04:00
parse.fs forth: implement "0b" number parsing 2020-03-19 16:03:35 -04:00
README.md
str.fs tests: add Forth tests 2020-03-19 15:43:48 -04:00

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.