October 2008
Intermediate to advanced
784 pages
18h 11m
English
This appendix contains summaries of the lexical and syntactic grammars found in the main text, and of the grammar extensions for unsafe code. Grammar productions appear here in the same order that they appear in the main text.
input: input-sectionopt
input-section: input-section-part input-section input-section-part
input-section-part: input-elementsopt new-line pp-directive
input-elements: input-element input-elements input-element
input-element: whitespace comment token
new-line: Carriage return character (U+000D) Line feed character ...