lua-users home
lua-l archive

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


> I have heard that LUA with some extentions can parse some C++,
> and generate some metadata about C++ structures,
> for example in XML form.

toLua can parse some C++, and generate some metadata about C++ constants,
variables, functions, structures and classes, as Lua tables, and also
generate C or ?++ wrapper functions for Lua, based on parsed code.