lua-users home
lua-l archive

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


> Is there a recipe for compiling everything into a single bytecode file?

"luac *.lua" does that but probably not in the order you need. Moreover,
if you use require in your modules, then you need to add a fake require
at the start.