LSL-PyOptimizer/lslopt
Sei Lisa cb66f1ff4e Make if ... else if ... chains iterative, rather than recursive.
Should save some stack if the chain is long.
2014-07-31 05:41:15 +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 Fix bug where optimization disabled didn't return a value. 2014-07-31 05:39:20 +02:00
lsloutput.py Fix the obnoxious issue with globals propagation in full expressions. 2014-07-31 04:47:19 +02:00
lslparse.py Make if ... else if ... chains iterative, rather than recursive. 2014-07-31 05:41:15 +02:00