collapseos/apps/lib
Virgil Dupras 2ddca57f3f forth: add string and logic routines, as well as "RECURSE"
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.
2020-03-10 16:02:40 -04:00
..
README.md apps/ed: add (dummy) line number processing 2019-07-13 11:53:30 -04: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 "tail" HL 2019-12-30 19:24:53 -05:00
fmt.asm recipes/rc2014/zasm: use BASIC shell 2019-12-11 13:01:51 -05:00
parse.asm Reworked parseHexadecimal and parseDecimal, other minor tweaks (#85) 2020-01-08 16:12:40 -05:00
util.asm forth: add string and logic routines, as well as "RECURSE" 2020-03-10 16:02:40 -04:00

README.md

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