japhib / pico8-ls

PICO-8 Language Server
MIT License
64 stars 8 forks source link

Code Minifier #41

Open japhib opened 1 year ago

japhib commented 1 year ago

Now that code formatting exists in the editor, the opposite (code minification) would be very useful.

Shrinko-8 implements good PICO-8 code minification in Python, maybe that could be used for reference: https://github.com/thisismypassport/shrinko8

japhib commented 1 year ago

Consider using a tool such as JavaScripthon to directly convert the shrinko-8 sources to usable JS: https://github.com/metapensiero/metapensiero.pj