KirillOsenkov / RoslynQuoter

Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
http://roslynquoter.azurewebsites.net
Apache License 2.0
922 stars 118 forks source link

Added support for parsing input as expression or statement #12

Closed svick closed 8 years ago

svick commented 8 years ago

Fixes #11.

I have also renamed the SyntaxFactory method to avoid conflict with the SyntaxFactory type.