lua-users home
lua-l archive

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


Hi Everybody,

I just wanted to say thanks for all the help and advice that people
have given. I've decided to try and modify the Lua interpreter as
Bret suggested. So for now I'm gonna be digging around in the source
code trying to get a grip on what happens to the lua_State and it's
stack so I can try and write Bret's stack of stack frames. Ouch that
hurt to even say that :)

Drowning in source code Derek