rust-analyzer/crates/ra_parser/src
Ville Penttinen eb1ac43867 Introduce pattern_list to parse pipe separated patterns
pattern_list comes in two variants, one uses the default PAT_RECOVERY_SET as the
recovery set, while other allows the user to provide a recovery set.
2019-03-05 11:31:25 +02:00
..
grammar Introduce pattern_list to parse pipe separated patterns 2019-03-05 11:31:25 +02:00
syntax_kind rename type to type_alias in the AST as well 2019-02-25 13:49:32 +03:00
event.rs docs 2019-02-21 15:24:42 +03:00
grammar.rs allow aliases in underscores 2019-03-04 16:40:08 +03:00
lib.rs docs 2019-02-21 15:24:42 +03:00
parser.rs move parser to a separate crate 2019-02-21 13:27:45 +03:00
syntax_kind.rs move parser to a separate crate 2019-02-21 13:27:45 +03:00
token_set.rs docs 2019-02-21 15:24:42 +03:00