Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 477 Bytes

File metadata and controls

10 lines (8 loc) · 477 Bytes

Input format

Rust input is interpreted as a sequence of Unicode code points encoded in UTF-8. Most Rust grammar rules are defined in terms of printable ASCII-range code points, but a small number are defined in terms of Unicode properties or explicit code point lists. 1

Footnotes

  1. Substitute definitions for the special Unicode productions are provided to the grammar verifier, restricted to ASCII range, when verifying the grammar in this document.