mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
f512779554
Now, the lexer will categorize every byte in its input according to the grammar. The parser skips over these while parsing, thus avoiding their presence in the input to syntax extensions.