[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Can i get bytecode of a function
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 22 Aug 2003 09:16:41 -0300
>does this mean i can do a call (using lua_call) from my C++ program into
>lua's string.dump function to 'dump' out the binary of that function?
Yes, but it's simpler to use lua_dump...
--lhf