collapseos/apps/forth
Virgil Dupras 5d5517ac44 forth: allow DEFINE's ";" to be at the start of a newline
Previous to this commit, DEFINE's algo would miss a ";" right after a newline.

This allows for a much nicer formatting+comment of core.fs.
2020-03-16 22:09:23 -04:00
..
core.fs forth: allow DEFINE's ";" to be at the start of a newline 2020-03-16 22:09:23 -04:00
dict.asm forth: allow DEFINE's ";" to be at the start of a newline 2020-03-16 22:09:23 -04:00
dictionary.txt forth: separate COMPILE and [COMPILE] 2020-03-16 21:31:43 -04:00
glue.asm
main.asm forth: Simplify execution model 2020-03-15 22:46:17 -04:00
README.md
stack.asm
util.asm forth: allow DEFINE's ";" to be at the start of a newline 2020-03-16 22:09:23 -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.