Is there a CodeDom Visual Basic.NET parser?

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!

+4
source share
1 answer

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

0
source

All Articles