2cbed52bf7a3ca68504d96d10ec35fc67e8c7d82
integer a = 0; -> integer a; float f; -> float f = 0; vector v; -> vector v = <0,0,0>; rotation r -> rotation r = <0,0,0,1>;
Description
Optimizes a LSL2 script, folding constants, removing unused code and more. Adds new syntax features too.
Languages
Python
73.5%
LSL
26.5%