mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-23 13:09:33 -07:00
No description
This obviates the need for (-a)*(-b) because it will be simplified automatically. It also enables (a+1)*b-1 to be simplified to just ~(~a*b). Still missing simplifying a*b+b to (a+1)*b, but that's more complicated. |
||
---|---|---|
lslopt | ||
.gitignore | ||
builtins.txt | ||
builtins.txt.dat | ||
main.py | ||
seftable.txt | ||
testfuncs.py | ||
testparser.py |