mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-27 15:08:05 +11:00
d0f031939f
Sub-parsers are seldom used by themselves, except for parseDecimal. I'm tightening the code of this unit for two reasons: 1. Optimization 2. Upcoming API change where HL won't be preserved anymore, but will point to char following the last parse char. This will allow us to simplify lib/expr. |
||
---|---|---|
.. | ||
args.asm | ||
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.