mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-23 04:59:34 -07:00
No description
Fixed by backtracking in the parser, and keeping a copy of the original expression if it's a simple_expr, which is used for output in place of the folded one. There's still the potential issue that if a global is optimized away, then it will "come back" during output and cause an error because the definition is missing. |
||
---|---|---|
lslopt | ||
.gitignore | ||
builtins.txt | ||
builtins.txt.dat | ||
main.py | ||
testfuncs.py | ||
testparser.py |