[ANN]pygccxml - 1.0

Roman Yakovenko roman.yakovenko at gmail.com
Mon Oct 20 15:52:47 EDT 2008


Hello!

I'm pleased to announce the 1.0 release of pygccxml.

What is pygccxml?
===========

"...The purpose of the GCC-XML extension is to generate an XML description of a
C++ program from GCC's internal representation. "

-- Introduction to GCC-XML

The purpose of pygccxml is to read a generated file and provide a simple
framework to navigate C++ declarations, using Python classes.

Where is pygccxml?
============

Site: http://language-binding.net/pygccxml/pygccxml.html

Download: http://language-binding.net/pygccxml/download.html

What's new?
===========

Features
---------

* Support for ellipsis was added.

* New experimental back-end, based on ``.pdb`` (progam database file),
was added.

* New high-level API wrapper for ``.bsc`` (browse source code file) was added.


Bug fixes
---------

* Search algorithm, for template instantiated classes, was improved.


For a more complete list, please see the news:
http://language-binding.net/pygccxml/history/history.html


-- 
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/



More information about the Python-list mailing list