Skip to content

Instantly share code, notes, and snippets.

@fekberg
Created September 17, 2012 19:20
Show Gist options
  • Save fekberg/3739225 to your computer and use it in GitHub Desktop.
Save fekberg/3739225 to your computer and use it in GitHub Desktop.
Listing 10.6
SyntaxTree tree = SyntaxTree.ParseText(code);
var root = tree.GetRoot();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment