LSL-PyOptimizer/lslopt
Sei Lisa 6ec39aa745 Add a bunch of optimizations. Fix || and && results.
Notably, addition/subtraction, and llGetListLength -> !=[]

But also parenthesis removal etc.

With test coverage.
2014-07-31 02:53:51 +02:00
..
__init__.py Initial commit. Status so far: 2014-07-26 02:43:44 +02:00
lslbasefuncs.py Add constant NULL_KEY and function cond(). 2014-07-26 23:50:49 +02:00
lslcommon.py Fix class definitions to make sense (le-sigh - python quirk) 2014-07-27 17:40:26 +02:00
lslfuncs.py Initial commit. Status so far: 2014-07-26 02:43:44 +02:00
lsljson.py Thorough review of lslbasefuncs and associated files, adding new stuff. 2014-07-26 20:54:01 +02:00
lsloptimizer.py Add a bunch of optimizations. Fix || and && results. 2014-07-31 02:53:51 +02:00
lsloutput.py New option to optimize float-to-int conversion separately from sign optim. 2014-07-31 01:37:18 +02:00
lslparse.py Fix typo. Oops! 2014-07-31 01:34:34 +02:00