lua-users home
lua-l archive

Re: Running lua code as as a single coroutine without creating lua thread

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


The stack.
You're not goint to be able to use the C api until you understand the stack:
http://www.lua.org/manual/5.1/manual.html#3.1
Or read Programming in Lua,
http://www.lua.org/docs.html
online version for 5.0 should get you started.
Sam

AltStyle によって変換されたページ (->オリジナル) /