[GCC-XML] pygccxml
Brad King
brad.king at kitware.com
Fri Oct 15 07:36:19 EDT 2004
Roman Yakovenko wrote:
> Hi. There is new project on sourceforge - pygccxml.
> The purpose of pygccxml is to read file generated by GCCXML and
> provide simple framework to navigate C++ declarations using python
> classes. A few features of pygccxml:
> 1. parsing of xml file done using SAX api. ( done )
> 2. Related declarations is linked to each other. ( done )
> Example: class has list of it's base and derived classes.
> 3. It is possible to get declarations from a few files. ( done )
> 4. It will be possible to cache declarations on disc
>
> pygccxml also has documentation and unittests.
>
> That is all I have to say. I will be glad to get opinions,
> suggestions, bug fixes.
Cool project. I've added a link to it from the GCC-XML home page:
http://www.gccxml.org/HTML/Links.html
Please add a link from your project's documentation back to
www.gccxml.org so that users know where to get GCC-XML :)
Thanks,
-Brad
More information about the gccxml
mailing list