lua-users home
lua-l archive

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


> What I want to do is add a "local" variable in C, for a lua script to access.

You can send those declarations before loading the script: use a custom
lua_Reader.