Sei Lisa a3354fae0e First steps in optimizer.
Still WIP, though, but it already optimizes e.g. this:

default { timer() { 2+2; } }

to this:

default { timer() { 4; } }
2014-07-26 21:32:01 +02:00
2014-07-26 21:32:01 +02:00
2014-07-26 03:06:33 +02:00
2014-07-26 03:18:02 +02:00
2014-07-26 21:32:01 +02:00
Description
Optimizes a LSL2 script, folding constants, removing unused code and more. Adds new syntax features too.
1.7 MiB
Languages
Python 73.5%
LSL 26.5%