Florian Weimer schrieb:
The tree is a representation of language constructs, not a syntax tree.
Does it include representation information, e.g. offsets of class
members? Unfortunately, the XML sample is too unwieldy to tell. 8-/
it does preserve order of members, so processed source is compatibl
* Stefan Strasser:
> What?
> -
> MetaC++
> It is a library which is able to read and write C++ source code and
> makes the tree available to its clients by API and by a XML format it
> can read and write.
> Parsing is done by a patched GCC.
> The tree is a representation of language constructs
I've written a library which isn't exactly on-topic of gcc development,
but is gcc related and there have been multiple requests for a gcc
feature like this on the list(-fdump-translation-unit...), so here is
some information about it:
What?
-
MetaC++
It is a library which is able to read and w