.Net Library for parsing source code files?

Posted by Jörg Battermann on Stack Overflow See other posts from Stack Overflow or by Jörg Battermann
Published on 2009-06-15T22:41:18Z Indexed on 2010/04/02 5:03 UTC
Read the original article Hit count: 475

Filed under:
|
|

Does anyone know of a good .NET library that allows me to parse source code files, but not only .NET source code files (like java, perl, ruby, etc)?

I need programmatic access to the contents of various source code files (e.g. class/method /parameter names, types, etc.).

Has anyone come across something like this? I know within .NET it is reasonably possible and there are some libraries out there, but I need that to be abstracted to more types of programming languages.

© Stack Overflow or respective owner

Related posts about source-code

Related posts about parsing