[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: ToLua Questions? (Two Features I'm Curious About?)
- From: Waldemar Celes <celes@...>
- Date: Wed, 01 Dec 2004 11:42:29 -0200
I
*love* toLua. While the documentation was a little bit antiquated,
it worked pretty darned well.
good to know :-)
(Well,
except when I had a class method that returned a const char * const&
toLua didn t like that.
J)
yes, there is no support for const-const.
Anyhow,
two things I d be interested to know if anybody knows a way of
doing:
a)
Adding #line directives to the generated
cpp file, a la bison.
no support for #line either.
b)
Any way to markup an *existing*
.h file to be a cleaned header file?
see tolua++ manual (it also applies for tolua):
http://www.codenix.com/~tolua/tolua++.html#basic
-- waldemar