LSL-PyOptimizer/lslopt
Sei Lisa a3354fae0e First steps in optimizer.
Still WIP, though, but it already optimizes e.g. this:

default { timer() { 2+2; } }

to this:

default { timer() { 4; } }
2014-07-26 21:32:01 +02:00
..
__init__.py Initial commit. Status so far: 2014-07-26 02:43:44 +02:00
lslbasefuncs.py Fix thread safety of llList2CSV. 2014-07-26 21:25:06 +02:00
lslcommon.py Initial commit. Status so far: 2014-07-26 02:43:44 +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 First steps in optimizer. 2014-07-26 21:32:01 +02:00
lsloutput.py First steps in optimizer. 2014-07-26 21:32:01 +02:00
lslparse.py Add the Firestorm features as TODO tasks. 2014-07-26 04:57:58 +02:00