lua-users home
lua-l archive

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


> 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