Re: do "N" bytecode
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: do "N" bytecode
- From: Pastyl <pastyl5@...>
- Date: 2010年12月14日 13:27:09 +0100
Jonathan Castello pisze:
> You might be looking for lua_sethook:
> http://www.lua.org/manual/5.1/manual.html#lua_sethook
>
Is any working examples?
>> I have a question. Is there any way to start, stop and then start it again?
>> I need to compile a program in lua, then execute 100 the user to do
>> something in C, and again to perform 100 instructions from lua, and
>> again to do something in C program in lua is free.
>> Something like lua_do100bytecode (L)
>>
>>
>>
>
>
>