bors[bot] 6618d1edc3 Merge #1213
1213: Make lexer produce only single character puncts r=matklad a=edwin0cheng

As discussed in Zulip, this PR change `lexer` to produce only single char punct.

* Remove producing `DOTDOTDOT, DOTDOTEQ, DOTDOT, COLONCOLON, EQEQ, FAT_ARROW, NEQ, THIN_ARROW` in lexer.
* Add required code in parser to make sure everythings works fine.
* Change some tests (Mainly because the `ast::token_tree` is different)

Note: i think the use of `COLON` in rust is too overloaded :)


Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2019-04-28 16:51:02 +00:00
..
2019-04-26 11:42:10 -04:00
2019-04-22 13:19:47 +00:00
2019-04-09 22:51:22 +03:00
2019-04-03 09:09:11 +00:00
2019-04-09 22:52:06 +03:00
2019-04-23 14:32:47 -04:00
2019-04-26 11:42:56 -04:00
2019-04-28 16:51:02 +00:00