Skip to content

Commit b5eb574

Browse files
authored
Update README.md (#372)
Change link to grammar to new repo, now C# 8 draft
1 parent 71011c8 commit b5eb574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Comprehensive supports C# 1 through 13.0 with the following exception:
2525

2626
### References
2727

28-
- [Official C# 6 Language Spec](https://github.com/dotnet/csharplang/blob/master/spec/) provides chapters that formally define the language grammar.
28+
- [Official C# 8 Draft Language Spec](https://github.com/dotnet/csharpstandard/tree/draft-v8/standard) provides chapters that formally define the language grammar.
2929
- [Roslyn C# language grammar export](https://github.com/dotnet/roslyn/blob/master/src/Compilers/CSharp/Portable/Generated/CSharp.Generated.g4)
3030
- [SharpLab](https://sharplab.io) (web-based syntax tree playground based on Roslyn)
3131

0 commit comments

Comments
 (0)