Choosing the right parser for parsing C headers

Roman Yakovenko roman.yakovenko at gmail.com
Tue Feb 8 07:43:26 EST 2005


try http://sourceforge.net/projects/pygccxml
There are a few examples and nice ( for me ) documentation.

Roman

On Tue, 8 Feb 2005 13:35:57 +0100, Fredrik Lundh <fredrik at pythonware.com> wrote:
> Jean de Largentaye wrote:
> 
> > GCC-XML looks like a very interesting alternative, as Python includes
> > tools to parse XML.
> > The mini-C compiler looks like a step in the right direction for me.
> > I'm going to look into that.
> > I'm not comfortable with C++ yet, and am not sure how I'd use Pyste.
> 
> to clarify, Pyste is a Python tool that uses GCCXML to generate bindings; it might
> not be something that you can use out of the box for your project, but it's definitely
> something you should study, and perhaps borrow implementation ideas from.
> 
> </F>
> 
> 
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list