rust/crates/ra_parser
Geoffry Song 989cebc99c Fix parsing of "postfix" range expressions.
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.
2019-11-15 00:18:28 -08:00
..
src Fix parsing of "postfix" range expressions. 2019-11-15 00:18:28 -08:00
Cargo.toml move parser to a separate crate 2019-02-21 13:27:45 +03:00