4

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 !

Nicolas Dorier
  • 7,383
  • 11
  • 58
  • 71

1 Answers1

0

Have you checked the CodeDom namespace from the .NET framework?

Eric
  • 19,525
  • 19
  • 84
  • 147