collapseos/apps/lib
Virgil Dupras d0f031939f lib/parse: make parseLiteral a little tighter
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.
2019-12-29 19:47:19 -05:00
..
README.md apps/ed: add (dummy) line number processing 2019-07-13 11:53:30 -04:00
args.asm recipes/rc2014/zasm: use BASIC shell 2019-12-11 13:01:51 -05:00
ari.asm lib/expr: refactor for easier operator addition 2019-11-22 14:45:12 -05:00
expr.asm lib/expr: make EXPR_PARSE put result in DE instead of IX 2019-12-29 17:37:04 -05:00
fmt.asm recipes/rc2014/zasm: use BASIC shell 2019-12-11 13:01:51 -05:00
parse.asm lib/parse: make parseLiteral a little tighter 2019-12-29 19:47:19 -05:00
util.asm basic: make cmd table more compact 2019-11-30 21:36:34 -05:00

README.md

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