No description
Find a file
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
lslopt Fix tuple mess, typecast bug, and boolean bug. 2014-07-27 13:43:16 +02:00
.gitignore Meta - add .gitignore 2014-07-26 03:06:33 +02:00
builtins.txt Add current builtins.txt, which is needed to execute. 2014-07-26 03:13:07 +02:00
builtins.txt.dat Add the unit testing files. 2014-07-26 03:18:02 +02:00
main.py First steps in optimizer. 2014-07-26 21:32:01 +02:00
testfuncs.py Thorough review of lslbasefuncs and associated files, adding new stuff. 2014-07-26 20:54:01 +02:00
testparser.py Add extra coverage case, as we were missing a few lines. 2014-07-26 04:51:35 +02:00