Wordclock/tools/Readme.md

14 lines
534 B
Markdown
Raw Normal View History

2021-01-15 17:45:37 +01:00
# luatool.py
2021-02-10 21:51:11 +01:00
Version 0.8.0 upgraded supported with python 3.x
2021-01-15 17:45:37 +01:00
## Source:
2016-06-23 18:42:58 +02:00
https://github.com/4refr0nt/luatool/tree/master/luatool
2021-02-05 21:32:46 +01:00
# 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:
2021-02-07 17:45:50 +01:00
bin/luasrcdiet ../webserver.lua -o ../webserver_diet.lua