Flutterby™! : GCC XML

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

GCC XML

2024-04-11 06:18:52.882361+02 by Dan Lyke 0 comments

Today I learned about GCC XML.

There is one open-source C++ parser, the C++ front-end to GCC, which is currently able to deal with the language in its entirety. 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.

Emphasis mine...

(It's been superceded by CastXML)

[ related topics: Web development Content Management Software Engineering Work, productivity and environment ]

comments in descending chronological order (reverse):