Wordclock/tools
2021-02-07 17:51:57 +01:00
..
bin Compressing Luafiles added 2021-02-05 21:32:46 +01:00
luasrcdiet Compressing Luafiles added 2021-02-05 21:32:46 +01:00
initialFlash.sh Move the complete logic of the http server into webserver.lua 2021-02-07 17:51:57 +01:00
luatool.py Initial flash is working again 2021-01-31 16:51:31 +01:00
programESP.sh Moved scripts around 2016-06-23 18:38:33 +02:00
Readme.md Keep the basename in the diet file 2021-02-07 17:45:50 +01:00
remoteFlash.sh setup LEDs before flashing 2019-04-18 21:37:55 +02:00
tcpFlash.py Added example for telnet command 2020-03-04 22:24:13 +01:00

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.

Source:

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

Example:

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