No description
Find a file
Sei Lisa 14e5b78d94 Remove empty statements. Optimize out 'else ;' and 'else {}'.
Without empty statement removal, {;} would trick the optimizer into believing the statement was not empty. E.g. if(x) ; else {;} would not remove the else.
2014-08-02 10:40:59 +02:00
lslopt Remove empty statements. Optimize out 'else ;' and 'else {}'. 2014-08-02 10:40:59 +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 Implement the shrinknames option. 2014-08-01 05:07:50 +02:00
testfuncs.py Fix several bugs in lslbasefuncs; change InternalJsonScanMatching strategy. 2014-07-31 19:18:26 +02:00
testparser.py Fix GetNextShortest. Add test and regression cases. Rename AssignNewNames. 2014-08-01 18:02:55 +02:00