blob: a97c0bf1bf2a72d2a2b23c9cebf51cb81360a21a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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.
GCC-XML was developed by Brad King at Kitware to be used by CABLE, which
was developed as part of the NLM Insight Segmentation and Registration
Toolkit project.
WWW: http://www.gccxml.org/
|