Metaspec is dedicated to the development of parsers and translators
for the .NET programming languages.
Our C# parser library is designed to provide
the kernel for applications which require processing C# source
code: translators, refactoring, formatting, and verification
applications, and other similar tools.
The
parser preserves all information in the program's source code
(including comments, spaces and preprocessing directives). This parser is useful for
the development of refactoring and formatting utilities and other programs that do
transformations on the program's source code.
For details about the C# parser library, see the online documentation (
C# edition
or
C++ edition).
A free trial version of our C# parser library is available on the
download page.