aboutsummaryrefslogtreecommitdiff
path: root/crates/parser/src/grammar.rs
Commit message (Collapse)AuthorAgeFilesLines
* Kill RAW_ literalsAleksey Kladov2020-11-061-4/+1
| | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level.
* Don't interpret type path as part of visibility.Arif Roktim2020-10-241-1/+5
|
* Align parser names with grammarAleksey Kladov2020-08-131-8/+8
|
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
|
* Rename ra_parser -> parserAleksey Kladov2020-08-121-0/+293