Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This isn't working for fullcode, just individual functions. I've tried all the various options and combinations. But it generates all sorts of error like function func(..... with unclosed brackets at the start of the code... And it seems to find always find a way to fail should you toss a comment with --[[comment]] anywhere in the code. If you handpick your functions and toss them in here all at once...okay...you can sort of edge out some usage by doing that kind of prep. Fro
m reading the comments and my own fiddling it seems that in general you'll run into  problems if you are compressing code that you optimized for tokens.

I really wrote this for my own use but decided to put it out there. Seems to work okay with some code and certainly, at the time, it worked fine for ALL my own pico-8 code (but I do code in a very particular, quite simple, way). Weird that it doesn't cope with block comments though.  In saying that, I always end mine "]]--" which my code seems to handle fine. Didn't realise you could omit the "--".