[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / docs / ecma334 / 9.2.1.xml
1 <?xml version="1.0"?>
2 <clause number="9.2.1" title="Lexical grammar">
3   <paragraph>The lexical grammar of C# is presented in <hyperlink>9.3</hyperlink>, <hyperlink>9.4</hyperlink>, and <hyperlink>9.5</hyperlink>. 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 (<hyperlink>9.4</hyperlink>), white space (<hyperlink>9.3.3</hyperlink>), comments (<hyperlink>9.3.2</hyperlink>), and pre-processing directives (<hyperlink>9.5</hyperlink>). </paragraph>
4   <paragraph>Every source file in a C# program must conform to the input production of the lexical grammar (<hyperlink>9.3</hyperlink>). </paragraph>
5 </clause>