1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-10-05 07:40:55 +10:00
collapseos/tools
Virgil Dupras 213614af33 lib/expr: make recursion process a bit more orderly
Instead of going left and right, finding operators chars and replacing them
with nulls, we parse expressions in a more orderly manner, one chunk at a
time. I think it qualifies as "recursive descent", but I'm not sure.

This allows us to preserve the string we parse and should also make the
implementation of parens much easier.
2019-12-29 11:42:18 -05:00
..
cfspack cfspack: allow multiple patterns and multiple paths in args 2019-12-11 21:08:46 -05:00
emul Update bootstrap bin 2019-12-23 16:03:23 -05:00
tests lib/expr: make recursion process a bit more orderly 2019-12-29 11:42:18 -05:00
.gitignore tools: replace tools for old shell with tools for new shell 2019-12-11 14:58:50 -05:00
blkdump.c tools: use BASIC's new while loop 2019-12-12 12:04:56 -05:00
common.c tools/uploadb: make it much much faster 2019-12-11 09:27:05 -05:00
common.h tools/uploadb: make it much much faster 2019-12-11 09:27:05 -05:00
font_compile.pl recipes/ti84: use a 3x5 font instead of a 5x7 one 2019-11-11 13:26:24 -05:00
Makefile tools: replace tools for old shell with tools for new shell 2019-12-11 14:58:50 -05:00
memdump.c tools: use BASIC's new while loop 2019-12-12 12:04:56 -05:00
upload.c tools: use BASIC's new while loop 2019-12-12 12:04:56 -05:00
zasm.sh Add "avr/" includes folder 2019-12-15 09:38:01 -05:00