From 0709623617764880198f972d66845e88a89fe149 Mon Sep 17 00:00:00 2001 From: Mads Torgersen Date: Tue, 31 Jan 2017 17:58:50 -0800 Subject: [PATCH] Link to Roslyn --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c55392f..0b95ccf 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,8 @@ C# is designed by the C# Language Design Team (LDT). ## Language Specification It is our plan to move the C# Language Specification into Markdown, and draft it in the `spec` folder. The spec drafts will eventually be standardized and published by ECMA. + +## Implementation + +The reference implementation of the C# language can be found in the [Roslyn repository](https://github.com/dotnet/roslyn). Until recently, that was also where language design artifacts were tracked. Please allow a little time as we move over active proposals. +