2021-02-10 21:51:11 +01:00
..
2021-02-05 21:32:46 +01:00
2021-02-05 21:32:46 +01:00
2021-01-31 16:51:31 +01:00
2016-06-23 18:38:33 +02:00
2021-02-10 21:51:11 +01:00
2019-04-18 21:37:55 +02:00
2020-03-04 22:24:13 +01:00

luatool.py

Version 0.8.0 upgraded supported with python 3.x

Source:

https://github.com/4refr0nt/luatool/tree/master/luatool

LuaSrcDiet

LuaSrcDiet reduces the size of Lua 5.1+ source files by aggressively removing all unnecessary whitespace and comments, optimizing constant tokens, and renaming local variables to shorter names.

Source:

https://raw.githubusercontent.com/jirutka/luasrcdiet/master/bin/luasrcdiet

Example:

bin/luasrcdiet ../webserver.lua -o ../webserver_diet.lua