parsing - Need to construct a XML representation for C# code -
I need to convert the C # code to identical XMM representation.
I can convert the C # code (C # 2.0 code snippets, no generic or non-variable type) to AST and then convert AST to XML. Looking for a simple laser / parser for C # which outputs to AST.
Any indication on changing the XML rendering of the C # code (which can be converted back to C #) will also be very useful.
Also some questions:
Comments
Post a Comment