c++ stub generator
Ken Raeburn
raeburn@raeburn.org
Wed Jan 5 12:05:00 GMT 2005
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
More information about the Gcc
mailing list