.. | ||
bin | ||
luasrcdiet | ||
initialDietFlash.sh | ||
luatool.py | ||
programESP.sh | ||
Readme.md | ||
remoteFlash.sh | ||
tcpFlash.py |
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