collapseos/apps/lib
Virgil Dupras a034f63e23 test: begin adding common test harnessing code
This should make tests a bit more convenient to write and debug.

Moreover, begin de de-IX-ization of parseExpr. I have, in a local WIP, a
parseExpr implemented using a recursive descent algo, it passes all tests, but
it unfortunately assembles a faulty zasm. I have to find the expressions that
it doesn't parse properly.

But before I do that, I prefer to commit these significant improvements I've
been making to tests harness in parallel of this development.
2019-12-23 15:41:25 -05:00
..
args.asm recipes/rc2014/zasm: use BASIC shell 2019-12-11 13:01:51 -05:00
ari.asm
expr.asm test: begin adding common test harnessing code 2019-12-23 15:41:25 -05:00
fmt.asm recipes/rc2014/zasm: use BASIC shell 2019-12-11 13:01:51 -05:00
parse.asm recipes/rc2014/zasm: use BASIC shell 2019-12-11 13:01:51 -05:00
README.md
util.asm

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