Metaspec C# parser
Home Page
Categories: Miscellaneous
Author: Metaspec
Latest version: 1.9.1.82
Added 2005-10-10Updated 2006-06-08
C# parser fully compliant with ECMA-334 (C# 1.2) and ECMA-335 standards. In addition, it supports Microsoft-specific extensions.
Metaspec C# parser is available in two versions:
- a compilation parser, designed for applications that require converting source code into the internal format as fast as possible. Only the significant data required for correct analysis of the program is preserved. This parser is useful for the development of compilers, interpreters, analyzers and other tools that do not require modification of source code.
- a transformation parser, that 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.
 Built for .NET |
 Built for .NET 2 |
 Library |