LSL-PyOptimizer/lslopt
Sei Lisa 8e5166bb2e Move the constant folding code to lslfoldconst.py.
lsloptimizer remains as the "conductor" and option handler.

As a result, new options have been added to enable DCR and constant folding.
2014-08-13 14:19:58 +02:00
..
__init__.py Initial commit. Status so far: 2014-07-26 02:43:44 +02:00
lslbasefuncs.py Change __self__.__classname__ to the actual class name in exceptions. 2014-08-01 00:37:44 +02:00
lslcommon.py Fix class definitions to make sense (le-sigh - python quirk) 2014-07-27 17:40:26 +02:00
lsldeadcode.py Move PythonType2LSL to the main lsloptimizer script. 2014-08-13 13:44:54 +02:00
lslfoldconst.py Move the constant folding code to lslfoldconst.py. 2014-08-13 14:19:58 +02:00
lslfuncs.py Initial commit. Status so far: 2014-07-26 02:43:44 +02:00
lsljson.py BUG-6466 was resurrected; the previous RE is valid. 2014-08-13 13:31:10 +02:00
lsloptimizer.py Move the constant folding code to lslfoldconst.py. 2014-08-13 14:19:58 +02:00
lsloutput.py Improve output of floats by minimizing them further. 2014-08-09 23:20:40 +02:00
lslparse.py Rename _ops to _toks to eliminate ambiguity and facilitate a future merge. 2014-08-13 13:34:09 +02:00
lslrenamer.py Restart numbering at every parameter table. Saves many identifiers. 2014-08-09 23:19:00 +02:00