aboutsummaryrefslogtreecommitdiff
path: root/crates/parser/src/grammar/patterns.rs
Commit message (Collapse)AuthorAgeFilesLines
* Replace SyntaxKind usage with T! macro where applicableLukas Wirth2021-01-101-1/+1
|
* Remove local ungrammar dependencyLukas Wirth2020-12-231-3/+1
|
* Parse ConstBlockPatLukas Wirth2020-12-231-0/+16
|
* Rename record_field_pat to record_pat_fieldPavan Kumar Sunkara2020-09-101-2/+2
|
* CONST LOOPS ARE HEREAleksey Kladov2020-08-271-4/+13
|
* Align parser names with grammarAleksey Kladov2020-08-131-10/+10
|
* Rename ra_parser -> parserAleksey Kladov2020-08-121-0/+379