LSL-PyOptimizer/lslopt
Sei Lisa 0b74093255 Fix tuple mess, typecast bug, and boolean bug.
Fix the tuple mess with the right approach. The EXPR tuple should not be changed, only the content.

Fix bug with typecasts. (NOTE: Debug code active)

Fix bug where <= and >= were returning bool instead of int.
2014-07-27 13:43:16 +02:00
..
__init__.py Initial commit. Status so far: 2014-07-26 02:43:44 +02:00
lslbasefuncs.py Add constant NULL_KEY and function cond(). 2014-07-26 23:50:49 +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 Fix tuple mess, typecast bug, and boolean bug. 2014-07-27 13:43:16 +02:00
lsloutput.py Fix optsigns treatment. 2014-07-27 04:31:45 +02:00
lslparse.py Associate identifiers with their direct location. 2014-07-27 01:49:44 +02:00