dansanderson / picotool

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

luamin should preserve all symbols that begin with double underscore #65

Closed dansanderson closed 2 years ago

dansanderson commented 4 years ago

Some symbols that begin with double underscores are Lua built-ins for metatables. These should probably be preserved by the luamin by default, and are unlikely to be used another way in regular programs.

dansanderson commented 2 years ago

Dupe of #48