Does somebody know if someone has created a Visual basic parser to CodeDom (ie, it takes VB.NET as input and create a CodeCompileUnit graph) ?
SOLUTION
I've retrieved the source code of SharpDevelop, and used their parser, it works just fine !
Does somebody know if someone has created a Visual basic parser to CodeDom (ie, it takes VB.NET as input and create a CodeCompileUnit graph) ?
SOLUTION
I've retrieved the source code of SharpDevelop, and used their parser, it works just fine !
What class did you use? I need to use the parser too, but I don't know where to look in the whole SharpDevelop source code.