bors[bot] 86469d4195
Merge #2252
2252: Fix parsing of "postfix" range expressions. r=matklad a=goffrie

Right now they are handled in `postfix_dot_expr`, but that doesn't allow it to
correctly handle precedence. Integrate it more tightly with the Pratt parser
instead.

Also includes a drive-by fix for parsing `match .. {}`.

Fixes #2242.

Co-authored-by: Geoffry Song <goffrie@gmail.com>
2019-11-15 20:15:29 +00:00
..
2019-11-15 22:57:19 +03:00
2019-11-07 13:05:12 -05:00
2019-11-12 15:41:02 +03:00
2019-11-05 10:38:50 -05:00
2019-11-15 13:16:30 +03:00
2019-11-12 15:41:02 +03:00
2019-11-15 21:35:03 +03:00
2019-11-07 13:05:12 -05:00
2019-11-15 07:18:10 -05:00
2019-11-14 19:44:37 -05:00