mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-08 16:58:05 +11:00
a034f63e23
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. |
||
---|---|---|
.. | ||
runtests.sh | ||
test_basic_parse.asm | ||
test_core.asm | ||
test_ed_util.asm | ||
test_expr.asm | ||
test_lib_ari.asm | ||
test_lib_fmt.asm | ||
test_parse_z.asm | ||
test_parse.asm | ||
test_symbol.asm | ||
test_util_z.asm | ||
test_z_instr.asm |