[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: requiring modules with a C and Lua part
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 3 Nov 2006 11:19:46 -0300
> 1. Creating a "bundled" executable, that contains embedded LUA code.
> 2. Add options to the executable to "extract" the code to real files.
> 3. Add option to the executable to "re-embed" the lua code if changes are made.
That is mostly what srlua does. #2 can be added easily (I think I have a
variant of glue that does that).
--lhf