The lexical specification needs some cleanup and organization. Some things I can think of:
| Token | Possibly Split Into |
|---|
+= | += |
&& | && |
|| | || |
<< | << |
<- | <- |
>> | >> |
>>= | >>= |
>= | >= |
+= | += |
See also:
rust-lang/wg-grammar#3
https://internals.rust-lang.org/t/pre-pre-rfc-canonical-lexer-specification/4099
The lexical specification needs some cleanup and organization. Some things I can think of:
+=+=&&&&||||<<<<<-<->>>>>>=>>=>=>=+=+=See also:
rust-lang/wg-grammar#3
https://internals.rust-lang.org/t/pre-pre-rfc-canonical-lexer-specification/4099