Files
LSL-PyOptimizer/lslopt/lslfoldconst.py
Sei Lisa bdd42199eb Fix bug where assignments were treated as statements.
This caused e.g. b = a = a to raise an exception, when a = a was folded into a ';' which isn't an expression.
2017-09-22 16:04:44 +02:00

68 KiB