No description
Find a file
Sei Lisa c154d5eb0d Deal with a number of issues in some expressions.
- Move TODO of <0 to !=-1 to boolean, as it's counter-productive otherwise.
- All a!=b except list!=list are equivalent to !(a==b).
- Change a>b to b<a to simplify cases to analize.
- Proper fall-through in some spots, or return in some others where it didn't apply.
- Simplify handling of a<-2147483648 as a&0, falling through, instead of coping with it ourselves.
2015-03-28 20:23:47 +01:00
lslopt Deal with a number of issues in some expressions. 2015-03-28 20:23:47 +01:00
.gitignore Meta - add .gitignore 2014-07-26 03:06:33 +02:00
builtins.txt Updated builtins.txt and builtins.txt.dat 2015-03-05 23:37:43 +01:00
builtins.txt.dat Updated builtins.txt and builtins.txt.dat 2015-03-05 23:37:43 +01:00
COPYING Add copyright notices to all files, to prepare the program for release. 2015-03-05 23:18:41 +01:00
main.py Implement function overriding syntax extension, fixing a bug on the way. 2015-03-27 00:35:37 +01:00
README.md Some enhancements to README.md 2015-03-14 11:33:43 +01:00
seftable.txt llModPow has a delay so exclude it from SEF table. 2014-08-17 16:03:20 +02:00
testfuncs.py Add copyright notices to all files, to prepare the program for release. 2015-03-05 23:18:41 +01:00
testparser.py Fix unit tests. 2015-03-13 16:56:32 +01:00

LSL PyOptimizer

LSL PyOptimizer is a LSL2 script optimizer written in Python 2. Currently it only supports code memory optimization (no speed optimization), only for Mono (no LSO), and only for the Second Life flavour of LSL (no OpenSim etc.).

HTML introduction, list of features and documentation available at http://seis.shop.tm/lsl-pyoptimizer/