|
> I wrote a small merge program (see code below) that takes the source > files (in dependency order) and emits a single lua file whose > execution loads the libraries in the correct order and then executes > the main code. That's exactly what luac does when given multiple files.