cpp2xml
cpp2xml is a tool to transform some C++ code definition into XML (so that it can be used to generate code, with Codegen for exemple !).
Status : work in progress
Features :
- use the Eclipse CDT C/C++ parser for an almost complete C++ understanding.
- transform scope is limited to declaration (namespaces, classes, attributes and methods).
- C/C++ code can by annotated with Java 5 style annotation. This annotations are placed into comments, before the annotated element. The annotations are embedded into the generated XML document.
Previous page: Download