i wanna get a xml representation of the ast of java and c code. 3 months ago, i asked this question yet but the solutions weren't comfortable for me
question: there's software available which supports conversion of ast into xml which supports line numbers (and columns) [especially for java and c/c++]? is there an alternative to javaml and srcml?
ps: i don't wanne have parser generators. i hope to find a tool which can be used on the console typing: ./my-xml-generator Test.java [or something like that]... or a java implementation would be great too.
a bit late but here is one: http://xmltranslator.appspot.com/sourcecodetoxml.html
I have implemented it myself and it converts PHP and Java to XML. It's free so enjoy!
Oana.