lua-users home
lua-l archive

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


> What are the automatic generators compatible with Lua 5.2 (rcX) ?
>  -dub?
>  -toLua++?
>  -SWIG?

This is not an automatic generator, but I can confirm than my library
LuaClassBasedCall [1] is fully compatible with Lua 5.2 in addition to
5.1.
LuaClassBasedCall can be used to simply call Lua from a C++
application, but not the other way round.
The current state at GitHub, compared to the last announcement of 2.0,
integrate support of TinyXML classes, a number of Qt classes (notably
QString), and a new template parameter to specify error messages type.
Please do not however consider this message as an official release
announcement. :)

[1] https://github.com/prapin/LuaClassBasedCall