This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++ stub generator


On Jan 5, 2005, at 05:38, Nick Ing-Simmons wrote:
I would like something very similar - i.e. a tool which reads .h files
and produces perl bindings for the public interfaces to class(es).
This needs same kind of information, and indeed if Ivan's tool
existed I could probably post-process it to do what I want.

There's SWIG (www.swig.org, sourceforge.net/projects/swig) which will generate Perl, Python, Tcl, Guile, and Ruby bindings (and some others) for C and C++...


Ken


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]