Does anyone know if anyone created a Visual Basic parser for CodeDom (i.e., it takes VB.NET as input and creates a CodeCompileUnit graph)?
Decision
I got the SharpDevelop source code and used my parser, it works great!
Have you checked the CodeDom namespace from the .NET platform?