[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANNOUNCE] lua3 -- emulation of Lua 3.2 API for Lua 4.0
- From: Ivan Kolev <ikolev@...>
- Date: Tue, 14 Nov 2000 16:38:44 +0200
> Thankfully, a lot of them share
> common structure and are generated by a handful of macros.
Can you post some of the macros that you use? It's a pity I didn't think
earlier about using macros to declare binding functions. Now as I try to
create a macro that would create the Get/Set functions for the
members of some C++ class, I find that a single macro cannot both
declare the functions and register them (or include them in the table
that is passed to luaL_openlib).
Ivan