lua-users home
lua-l archive

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


On Apr 8, 2012, at 2:16 PM, Franklin Dijkstra wrote:

> Compile .lua files into .luac files and then you can compile all the .luac
> files into one file

This is what luac -o does already. It can compile multiple lua files into one luac file. 

If your own lua code can withstand such repackaging out-of-the-box is another question altogether. Some assembly might be required.