Search Wiki:
C# Parser
A handwritten CSharp parser.


  • NEW Denis Erchoff has added C# 2.0 support!
  • Full support for C# 1.0, including preprocessor elements, attributes, and unsafe code.
  • All hand written in C# 2.0 allowing reasonable speed and ease of editing.
  • Currently passes all Mono tests

This C# parser was orignially created by Debreuil Digital Works (http://blog.debreuil.com) in December 2006 to support C# on microcontrollers. Denis Erchoff added all the 2.0 support. It is under BSD licence so please feel free to use/extend it as you see fit, commercial or otherwise. We welcome any suggestions/ideas, even those that may seem specific to your use case -- you never know. And of course if you are interested in contributing please don't be shy : ).
Last edited Feb 2 2007 at 11:43 AM  by derchoff, version 11
Comments
mkroll wrote  Dec 20 2007 at 7:52 PM  
The C# 2.0 support by Denis Erchoff is only available over "Source Code". The 0.5 RC does not contain these changes yet!
But that version does not pass all Mono tests, yet.

nesteruk wrote  Jun 29 at 9:31 AM  
Is this project dead?

Updating...