collapseos/forth
Virgil Dupras 2feb246334 forth: give WORD its own buffer
You'll soon see where I'm going with this...
2020-03-19 21:56:53 -04:00
..
README.md Move "forth" folder to project's root folder 2020-03-18 22:25:44 -04:00
core.fs Move "forth" folder to project's root folder 2020-03-18 22:25:44 -04:00
dictionary.txt tests: add Forth tests 2020-03-19 15:43:48 -04:00
fmt.fs Move "forth" folder to project's root folder 2020-03-18 22:25:44 -04:00
forth.asm forth: give WORD its own buffer 2020-03-19 21:56:53 -04:00
parse.fs forth: implement "0b" number parsing 2020-03-19 16:03:35 -04:00
str.fs tests: add Forth tests 2020-03-19 15:43:48 -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.