In the directory
samples\NRefactoryExample you can find a new demo of our VB.NET/C# parser library.
It converts a code snippet into it's abstract syntax tree represntation (AST) which you can see and modify in the treeview below. The other way (AST to code) supported as well as running a visitor on the tree.