Choosing the right parser for parsing C headers

Fredrik Lundh fredrik at pythonware.com
Tue Feb 8 07:35:57 EST 2005


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> 






More information about the Python-list mailing list