It seems that Roslyn provides new APIs to expose many compiler internal data structure for code analysis, etc. And the C# and VB compiler has been rewritten for such purpose. So can I access the compiler source besides the new APIs?
|
feedback
|
|
Disclaimer: I work for Microsoft on the Roslyn team. Source code for the compilers is not included in the Roslyn CTP. Releasing source is something that we are considering, but don't have any firm plans at the moment. | |||||||||||
feedback
|
|
The C# and VB compilers are being rewritten in C# and VB, respectively. However, the source for the compilers has not yet been released. You can see the compilers in ILSpy. | |||
|
feedback
|