lua-users home
lua-l archive

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


On Mon, Feb 3, 2014 at 2:24 PM, Philipp Janda <siffiejoe@gmx.net> wrote:
> http://lua-users.org/lists/lua-l/2012-02/msg00609.html

This is Jay Carlson's soar, which I maintain as part of luabuild:

https://github.com/stevedonovan/luabuild

which is a self-contained Lua 5.2 binary generator

soar doesn't use luac approach, but packs all needed source together
into one file, after doing static or dynamic analysis:  lhf's srlua is
then used to glue this onto a custom 5.2 executable.