Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

5 lines
515 B
XML

<?xml version="1.0"?>
<clause number="9.2" title="Grammars">
<paragraph>This specification presents the syntax of the C# programming language using two grammars. The lexical grammar (<hyperlink>9.2.1</hyperlink>) defines how Unicode characters are combined to form line terminators, white space, comments, tokens, and pre-processing directives. The syntactic grammar (<hyperlink>9.2.2</hyperlink>) defines how the tokens resulting from the lexical grammar are combined to form C# programs. </paragraph>
</clause>