Table of Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Notes DownloadECMA-334 C# Language Specification


9 Lexical structure
9.2 Grammars
9.2.1 Lexical grammar
Paragraph 11 The lexical grammar of C# is presented in §9.3, §9.4, and §9.5. 2 The terminal symbols of the lexical grammar are the characters of the Unicode character set, and the lexical grammar specifies how characters are combined to form tokens (§9.4), white space (§9.3.3), comments (§9.3.2), and pre-processing directives (§9.5).
Paragraph 21 Every source file in a C# program must conform to the input production of the lexical grammar (§9.3). |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

