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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -