LSL-PyOptimizer/lslopt
2015-03-05 20:18:13 +01:00
..
__init__.py Initial commit. Status so far: 2014-07-26 02:43:44 +02:00
lslbasefuncs.py Fix the bug detected in llListReplaceList. 2015-03-04 00:31:55 +01:00
lslcommon.py Fix class definitions to make sense (le-sigh - python quirk) 2014-07-27 17:40:26 +02:00
lsldeadcode.py Make parentheses no longer explicit in the AST (Beta). 2015-02-28 00:43:26 +01:00
lslextrafuncs.py Add more functions whose result is known for certain operands. 2015-02-12 07:49:32 +01:00
lslfoldconst.py More TODO tweaking. 2015-03-05 06:20:11 +01:00
lslfuncs.py Multi-commit: 2015-02-11 05:43:13 +01:00
lsljson.py Add incompatibility note on JSON. 2015-03-05 18:48:28 +01:00
lsloptimizer.py Add "addstrings" option (disabled by default) to select whether to automatically concatenate strings during constant folding. 2015-02-28 20:01:51 +01:00
lsloutput.py Add "lazy lists" assignment support (mylist[index] = value). 2015-03-03 17:59:51 +01:00
lslparse.py Comment typo, brackets->braces. 2015-03-05 20:18:13 +01:00
lslrenamer.py 'case' needed to be in the list of 4-char words to avoid. Also tweak a comment. 2015-03-05 06:18:53 +01:00