[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: srtti project
- From: Vincent Penne <ziggy@...>
- Date: Fri, 06 Aug 2004 18:39:02 +0200
New project on Luaforge. A binding generator for lua 4 and 5 , written
in lua 5. One of the sample is a binding to FLTK 1.1.
http://luaforge.net/projects/srtti/
Some features :
- automatically generate binding from just the header files of a library
and a configuration file indicating what symbols should be binded (using
regexp)
- support multiple inheritance
Missing features :
- doesn't understand C++ templates
- doesn't do C preprocessing (I'm using gcc to preprocess the file), so
libraries that rely heavily on #define macros won't be binded correctly.
Simple value numeric or string #define are supported however.
Vincent Penne