thisismypassport / shrinko8

Shrink (minify) Pico-8 carts, as well as other tools (e..g linting, format conversion)
MIT License
92 stars 7 forks source link

Support nested comments? #7

Closed thisismypassport closed 1 year ago

thisismypassport commented 2 years ago

Pico-8, unlike standard lua, supports nested comments like "--[[ bla [[ bla ]] bla ]]". It seems like the sort of thing that's part of the language rather than a mistake, so I should probably support it. (Noticed by Heracleum on discord)

thisismypassport commented 1 year ago

Decided to support this, now that this feature survived Pico v0.2.5d's preprocessor changes (.. Hopefully it will survive v0.2.5f's preprocessor changes too)

thisismypassport commented 1 year ago

... It did not :( Need to remove this. Or maybe wait for a version or two first.

(EDIT: removed it again)