a3354fae0eb515a65a7661f1b63070accac126d5
Still WIP, though, but it already optimizes e.g. this:
default { timer() { 2+2; } }
to this:
default { timer() { 4; } }
Description
Optimizes a LSL2 script, folding constants, removing unused code and more. Adds new syntax features too.
Languages
Python
73.5%
LSL
26.5%