Syntax visualizer is really good for understanding the code. Bu i want to see the syntax tree in an xml file. Is there any solution for visualizing it by xml ?
Asked
Active
Viewed 72 times
1
-
6Write a SyntaxVisitor that produces `XElement`s? – SLaks Dec 27 '15 at 22:17
-
You can write code to produce any output code can produce – 15ee8f99-57ff-4f92-890c-b56153 Dec 27 '15 at 22:56