collapseos/forth
Virgil Dupras c1ece95089 forth: implement readline in Forth
The commit ended up being much bigger than anticipated. This was a long thread
of underlying complexities. This lead to the creation of interesting concepts
such as (sysv).
2020-03-21 12:57:49 -04:00
..
README.md Move "forth" folder to project's root folder 2020-03-18 22:25:44 -04:00
core.fs forth: implement readline in Forth 2020-03-21 12:57:49 -04:00
dictionary.txt forth: implement readline in Forth 2020-03-21 12:57:49 -04:00
fmt.fs Move "forth" folder to project's root folder 2020-03-18 22:25:44 -04:00
forth.asm forth: implement readline in Forth 2020-03-21 12:57:49 -04:00
parse.fs forth: implement "0b" number parsing 2020-03-19 16:03:35 -04:00
readln.fs forth: implement readline in Forth 2020-03-21 12:57:49 -04:00
str.fs forth: implement readline in Forth 2020-03-21 12:57:49 -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.