Is C# compiler open source? [closed]

时光总嘲笑我的痴心妄想 提交于 2019-12-08 16:41:11

问题


Is C# compiler open source?


回答1:


At Build 2014, Microsoft announce that their next generation of compilers codenamed "Roslyn" would be made open source and be available on Github.

The legacy C# compiler from Microsoft is not open source, although it is freely available through Visual Studio Express or the .NET Framework SDK. However there are freely available, open source, C# compilers out there. Check out Mono




回答2:


SSCLI, otherwise known as Rotor, is a shared source version of the CLI + build tools from Microsoft. Also Blue (as answered by SnapConfig.com) is also a C# compiler written in C#




回答3:


Look into the Mono project.




回答4:


Not in the strictest sense but there are some available

like

http://blogs.msdn.com/jmstall/archive/2005/02/06/368192.aspx

http://www.codeproject.com/KB/cs/MiniCompiler.aspx

Or Mono



来源:https://stackoverflow.com/questions/988514/is-c-sharp-compiler-open-source

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!