[Mono-devel-list] Extending mcs

Jonathan Gilbert 2a5gjx302 at sneakemail.com
Wed Nov 17 11:11:10 EST 2004


At 09:05 PM 16/11/2004 +0100, Michal Moskal wrote:
>We have plans of extending the Nemerle[1] compiler with a C# parser,
>which would allow using powerful compile time macros[2][3].

I have written a C# parser using ports of Java CUP and JFlex (also by
myself). It uses a number of preprocessors on the token stream, and the
language that it parses is actually a superset of C# (but it could probably
be trimmed down). Interested in taking a look? The code is only
superficially tested, but I have verified that every single production can
be reached.

Jonathan Gilbert




More information about the Mono-devel-list mailing list