csharplang/spec
Johnny Gérard a93a0df721 fix grammar rule
delimited_comment
    : '/*' delimited_comment_section* asterisk* '/'
    ;
should be
delimited_comment
    : '/*' delimited_comment_section* asterisk+ '/'
    ;
2019-02-19 10:27:13 -08:00
..
arrays.md Add markdown specification (#9) 2017-02-01 10:35:24 -08:00
attributes.md Add markdown specification (#9) 2017-02-01 10:35:24 -08:00
basic-concepts.md Fixed structs link (#720) 2018-01-25 13:17:27 -08:00
classes.md Unquote right_shift in the syntax for overloadable_binary_operator 2018-09-01 17:37:18 +02:00
conversions.md Fix typo in conversion.md (#1970) 2018-10-30 15:11:12 -07:00
delegates.md Fix typos in spec (#1266) 2018-01-25 13:12:45 -08:00
documentation-comments.md minor fixes 2019-01-08 10:12:14 -08:00
enums.md Add markdown specification (#9) 2017-02-01 10:35:24 -08:00
exceptions.md Add markdown specification (#9) 2017-02-01 10:35:24 -08:00
expressions.md fix typo 2019-02-19 10:26:57 -08:00
interfaces.md Fix typos in spec (#1266) 2018-01-25 13:12:45 -08:00
introduction.md Fix vertical escape in table (#1946) 2018-10-22 13:30:47 -07:00
lexical-structure.md fix grammar rule 2019-02-19 10:27:13 -08:00
LICENSE.md Add markdown specification (#9) 2017-02-01 10:35:24 -08:00
namespaces.md Fix brace | add semicolon 2018-07-13 12:15:51 +03:00
README.md Small fixes related to async (#759) 2017-09-07 15:30:46 -07:00
statements.md grammar correction 2017-02-09 12:11:20 +01:00
structs.md remove anchors to H1 tags 2017-10-14 15:21:38 -04:00
types.md missing spaces between some words (#1160) 2017-12-10 02:05:00 -08:00
unsafe-code.md Fix typos in spec (#1266) 2018-01-25 13:12:45 -08:00
variables.md Fixed indentation in variables.md 2018-08-12 23:46:56 +02:00

C# Language Specification

Version 6

This is an unofficial draft, posted here for convenience. When we submit a C# 6.0 spec proposal to ECMA (who is currently finalizing the C# 5.0 Standard), it will be shared here.