Representing C#3 code as an Abstract Syntax Tree in XML
- by Pierreten
I was wondering if there is something similar to GCC_XML for C#3; basically a way to represent a program's entire syntactic structure in XML.
Once the representation is created, I was hoping to parse it into an XDocument and interpret or query it from there.
Are there tools out there for this?