mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-23 23:18:05 +11:00
213614af33
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. |
||
---|---|---|
.. | ||
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.