The lexer's error message when I accidentally have a backquote in a Rust program is less than great: "unknown start of token: 96". gcc's error is "stray ‘`’ in program". Something like that would be much nicer.
The lexer's error message when I accidentally have a backquote in a Rust program is less than great: "unknown start of token: 96".
gcc's error is "stray ‘`’ in program". Something like that would be much nicer.