 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 : ).
|