LSL-PyOptimizer/lslopt
Sei Lisa ca3885c549 Expand conditions of types other than integer, string, key.
if(list!=[]) is always better than if(list), which compiles to if(!(list==[])).
if(float) can't be optimized, but it is equivalent to if(float!=0.0) which can. Same for vector, rotation.
2017-08-17 01:58:30 +02:00
..
__init__.py Initial commit. Status so far: 2014-07-26 02:43:44 +02:00
lslbasefuncs.py Bump copyright year. 2017-08-09 19:45:46 +02:00
lslcommon.py Bump copyright year. 2017-08-09 19:45:46 +02:00
lsldeadcode.py Bump copyright year. 2017-08-09 19:45:46 +02:00
lslextrafuncs.py Bump copyright year. 2017-08-09 19:45:46 +02:00
lslfoldconst.py Expand conditions of types other than integer, string, key. 2017-08-17 01:58:30 +02:00
lslfuncparams.py Bump copyright year. 2017-08-09 19:45:46 +02:00
lslfuncs.py Bump copyright year. 2017-08-09 19:45:46 +02:00
lsljson.py Bump copyright year. 2017-08-09 19:45:46 +02:00
lsloptimizer.py Bump copyright year. 2017-08-09 19:45:46 +02:00
lsloutput.py Parentheses around chained assignments are not necessary. 2017-08-17 00:40:03 +02:00
lslparse.py Bump copyright year. 2017-08-09 19:45:46 +02:00
lslrenamer.py Add TODO item to lslrenamer. 2017-08-16 22:00:16 +02:00