[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] mergelua
- From: Sebastien Lai <237482@...>
- Date: Sat, 15 Oct 2011 23:54:24 +0200
On Sat, Oct 15, 2011 at 11:44 PM, Petite Abeille
<petite.abeille@gmail.com> wrote:
> Don't bother. This is what luac does out-of-the-box.
I'm aware of what luac does.
Though that will only work if the modules in question declare global
variables, but not when the Module returns a table (or any other
value, for that matter).
Mergelua however, honors both ways.