LSL-PyOptimizer/lslopt
Sei Lisa 1afe1643c0 Allow lists to contain void elements if not optimizing and not lazy
LSO allows this. The compiler does too, but it chokes in RAIL.

This affected a test, which has been adjusted too.

Untyped lazy list elements can no longer be used in isolation in expression lists (including FOR initializator and iterator).

Also rename the terribly named 'self.forbidlabels' to 'self.optenabled' which is more descriptive.
2018-04-09 18:49:47 +02:00
..
__init__.py Initial commit. Status so far: 2014-07-26 02:43:44 +02:00
lslbasefuncs.py Bump copyright year 2018-03-23 16:36:45 +01:00
lslcommon.py Change the AST node type from dict to object 2018-04-01 02:14:00 +02:00
lsldeadcode.py Remove a TODO item that was already done 2018-04-02 13:42:28 +02:00
lslextrafuncs.py Bump copyright year 2018-03-23 16:36:45 +01:00
lslfoldconst.py Remove support for labels as immediate children of IF/ELSE/WHILE/FOR/DO. 2018-04-01 20:05:35 +02:00
lslfuncopt.py Change the AST node type from dict to object 2018-04-01 02:14:00 +02:00
lslfuncs.py Bump copyright year 2018-03-23 16:36:45 +01:00
lsljson.py Bump copyright year 2018-03-23 16:36:45 +01:00
lsllastpass.py Change the AST node type from dict to object 2018-04-01 02:14:00 +02:00
lslloadlib.py Bump copyright year 2018-03-23 16:36:45 +01:00
lsloptimizer.py Change the AST node type from dict to object 2018-04-01 02:14:00 +02:00
lsloutput.py Change the AST node type from dict to object 2018-04-01 02:14:00 +02:00
lslparse.py Allow lists to contain void elements if not optimizing and not lazy 2018-04-09 18:49:47 +02:00
lslrenamer.py Change the AST node type from dict to object 2018-04-01 02:14:00 +02:00