lua-users home
lua-l archive

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


Hullo

Is it possible with lua4 to get the string representation(bytecode)
of a given function for latter sue with dostring() ?

Something like

str = get_bytecode(function() ..dosomething... end)

THanks