[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: FAQ? combining all modules into a single bytecode file
- From: "steve donovan" <steve.j.donovan@...>
- Date: Mon, 4 Aug 2008 08:41:12 +0200
On Sun, Aug 3, 2008 at 9:04 PM, Petite Abeille <petite.abeille@gmail.com> wrote:
> Once one has sorted out the dependencies order, then luac does indeed do The
> Right Thing (SM) :)
And then you can use lhf's most excellent srlua:
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/
This will take a script (or bytecode file) and embed it into a Lua interpreter.
steve d.