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.
|
||
|---|---|---|
| .. | ||
| ari.asm | ||
| expr.asm | ||
| fmt.asm | ||
| parse.asm | ||
| README.md | ||
| util.asm | ||
Common code used by more than one app, but not by the kernel.