Description
#recognize! is a parser library written for the .NET platform which is able to perform lexical and syntactic analysis on C# source code.
The results of these analysis steps are represented in a rich data structure called the code model which can be easily traversed and modified by client code. Furthermore, the library contains a C# generator that used a code model as input.
In the case of an erroneous input, #recognize! will raise error and warning messages that are compliant to those raised by Microsoft's csc and Mono's msc compilers regarding codes, warning levels, and texts.
The message texts are currently available in two languages -- English and German.
The results of these analysis steps are represented in a rich data structure called the code model which can be easily traversed and modified by client code. Furthermore, the library contains a C# generator that used a code model as input.
In the case of an erroneous input, #recognize! will raise error and warning messages that are compliant to those raised by Microsoft's csc and Mono's msc compilers regarding codes, warning levels, and texts.
The message texts are currently available in two languages -- English and German.