lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


As for me it's just simpler than analogues with static analysis. It's a single file script, does not have any dependencies and platform specific things. There is no any trouble with dependency resolving as when I tried to use another tools with analysis. It's not better than other but solve very simple task in very simple way (as I think).

You just specify the source files and luacc will generate you a single one. When I faced with this simple task I didn't find something really simple to use that I can use in automatic way. Btw, I can rename it to Yet Another Lua Code Combiner =)

On 21 March 2017 at 12:27, Pierre Chapuis <catwell@archlinux.us> wrote:
March 21, 2017 10:09 AM, "Miha Cooper" <mihakuper@gmail.com> wrote:

> As a side project I have developed a very small tool to combine several Lua source file into single
> one. It helps me for delivering/deployment and I hope it will be helpful for you.

Hello Miha,

can you compare it to the various alternatives that exist such as
soar, which is the one I use myself? What does it do better or
differently?

--
Pierre




--
With best regards,
Kupriyanov Mikhail.