collapseos/apps/lib
Virgil Dupras 2ddca57f3f forth: add string and logic routines, as well as "RECURSE"
The goal was to be able to implement "(" in forth, but I realised that my
INTERPRET approach was wrong. Compiling the line beforehand is, after all,
not good. I'll have to change it again.
2020-03-10 16:02:40 -04:00
..
ari.asm
expr.asm
fmt.asm
parse.asm
README.md
util.asm forth: add string and logic routines, as well as "RECURSE" 2020-03-10 16:02:40 -04:00

Common code used by more than one app, but not by the kernel.