lua-users home
lua-l archive

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


Luiz Henrique de Figueiredo wrote:

> >Has anyone made a utility that can export Lua:s bytecode in text-form?
> >(disassembler)
> 
> How about luac -l ?

What about runtime?
Is there any means similar to Tcl's [info body $command]?