lua-users home
lua-l archive

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


> With C environments (LUA_ENVIRONINDEX) is it possible (from the C
> side) to create a module that has its own specialist loader?

I think this can be achieved by adding a loader to package.loaders.
--lhf