dansanderson / picotool

Tools and Python libraries for manipulating Pico-8 game files. http://www.lexaloffle.com/pico-8.php
MIT License
371 stars 45 forks source link

Metamethods are renamed in minified code, which breaks meta behavior #48

Open hsandt opened 6 years ago

hsandt commented 6 years ago

Apart from index, metamethods are renamed (call, concat, add, etc. become a, b, c...) which will break expected behavior with the corresponding operations (t(), t1..t2, t1+t2, etc.)

Also see #40 for unwanted field name renaming.