[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is it possible to extend C++ to better C++ using LUA ?
- From: "Alexey Yutkin" <yutkin@...>
- Date: Wed, 18 Dec 2002 23:14:14 +0300
> 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.