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