Are there any open source C# compilers written in C#?
I know of Blue, but it was written in 2001 and only supports C# 1:
Ideally, I’m looking for one which supports C# 3.0 – but even 2.0 would be fine.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
mono’s C# compiler is written in C#. If you need to just parse C# source text, you may use NRefactory.