Representing C#3 code as an Abstract Syntax Tree in XML
Posted
by Pierreten
on Stack Overflow
See other posts from Stack Overflow
or by Pierreten
Published on 2010-05-05T04:41:06Z
Indexed on
2010/05/05
4:48 UTC
Read the original article
Hit count: 522
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?
© Stack Overflow or respective owner