Hello list,
"Lua code melder" is command-line tool to compile multi-files Lua
program into one Lua file.
Code revisit:
[-] Removed "--indent" option
[/] Tool code is now Lua source code, not compiled Lua code
Idea of this project is remove distinction between "source code"
and "program". Tool is like "tar" archiver.
https://github.com/martin-eden/lua_code_melder
As usually all feedback is welcome.
-- Martin