lua-users home
lua-l archive

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


On Sun, Apr 15, 2012 at 6:28 AM, tehtmi <tehtmi@gmail.com> wrote:
> Hello all,
>
> I've written a decompiler for Lua 5.1.  It runs on chunks that have been
> compiled by luac with debugging information and attempts to print out a
> valid Lua program that would be compiled into equivalent bytecode.

It would be very interesting to see output for debug-stripped chunk.
And especially to compare with output from unstripped chunk.