Re: [ANN] lcm -- Lua Code Melder, 2026-04
Marc Balmer <[email protected]> Thu, 23 Apr 2026 19:50:45 +0200
| Newsgroups | gmane.comp.lang.lua.general |
|---|---|
| Message-ID | <[email protected]> |
> Am 23.04.2026 um 19:22 schrieb 'Martin Eden' via lua-l <[email protected]>: > > Hello list, > > I've updated lcm, Lua Code Melder. > > It's command-line tool to merge all .lua files in provided directory into one Lua code block. How does it differ from $ luac -o myprog.luac *.lua ? > > https://github.com/martin-eden/lua_code_melder > > Now it prints usage help! But more importantly, now it gets working directory name from command-line. Before you had to chdir to working directory and call it remotely. > > Ability to call any module from package from command-line is removed. No uses. > > Ah, and code casing in implementation and generated code is changed from CamelCase to snake_case. (Except for tables and their fields.) Thanks to Scott Morgan for hint. > > All feedback is welcome! > > -- Martin > > -- > You received this message because you are subscribed to the Google Groups "lua-l" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. > To view this discussion visit https://groups.google.com/d/msgid/lua-l/2c3ac1e3-77aa-4b88-b94c-b11f70683ba7%40disroot.org. -- You received this message because you are subscribed to the Google Groups "lua-l" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/lua-l/95BE4C40-2369-478E-8E4F-471B34391F53%40gmail.com.