mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
No description
Still WIP, though, but it already optimizes e.g. this: default { timer() { 2+2; } } to this: default { timer() { 4; } } |
||
---|---|---|
lslopt | ||
.gitignore | ||
builtins.txt | ||
builtins.txt.dat | ||
main.py | ||
testfuncs.py | ||
testparser.py |