14 lines
516 B
Markdown
14 lines
516 B
Markdown
# luatool.py
|
|
**Not** 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.
|
|
* https://github.com/jirutka/luasrcdiet
|
|
|
|
## Source:
|
|
https://raw.githubusercontent.com/jirutka/luasrcdiet/master/bin/luasrcdiet
|
|
|
|
## Example:
|
|
bin/luasrcdiet ../webserver.lua -o ../websrv_diet.lua
|