lua-users home
lua-l archive

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


(Sorry for the noise, hit the send button by accident on the last message.
Continuing...)

From: "Waldemar Celes" <celes@tecgraf.puc-rio.br>
> You can implement a C creator and include it in the .pkg file:
>
> abc* create (void);
>
> For C++, it would be enough to write:
>
> var = abc:new ()

Can you think of a nice way for tolua to automatically provide structure
instantiation?  Maybe it could treat structures as classes.

By the way, do you plan to release a new tolua together with Lua 4.0b or
will it be later?

Regards,
-John