lua-users home
lua-l archive

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


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