[GCC-XML] ANN: pygccxml - 0.7.2
Roman Yakovenko
roman.yakovenko at gmail.com
Mon Apr 17 03:50:45 EDT 2006
Hi. The next version of pygccxml is available.
Download page: http://www.language-binding.net/pygccxml/download.html
What is it?
"...The purpose of the GCC-XML extension is to generate an XML
description of a C++ program from GCC's internal representation. Since
XML is easy to parse, other development tools will be able to work
with C++ programs without the burden of a complicated C++ parser..."
The purpose of pygccxml is to read GCC-XML generated file and
provide a simple framework to navigate C++ declarations using Python
classes.
Project home page: http://www.language-binding.net/pygccxml/pygccxml.html
What is new?
A lot of new functionality have been added:
it is possible now to print declarations tree
to find declaration by some criteria
few new type_traits has been added
Logging functionality has been added to almost all operations
Documentation has been improved a lot.
Bug fixes
This version should work fine with GCC-XML CVS version
Full list of changes you can find here:
http://www.language-binding.net/pygccxml/history/history.html
Many thanks to Matthias Baas, John Pallister and Allen Bierbaum.
They fixed bugs and wrote documentation.
Enjoy
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
More information about the gccxml
mailing list