aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/mbe_parser.rs
Commit message (Collapse)AuthorAgeFilesLines
* move mbe to the new APIAleksey Kladov2019-05-281-1/+1
|
* Fix `$true` and `$false` as $var name errorEdwin Cheng2019-05-041-3/+24
|
* Add testEdwin Cheng2019-05-041-0/+2
|
* Error out when parse_subtree is not a subtreeEdwin Cheng2019-05-041-3/+6
|
* Add handling `token` seperator in mbeEdwin Cheng2019-04-251-13/+27
|
* fix mbe_parser rhs colon parsingEdwin Cheng2019-04-211-10/+11
|
* Fix missing last token in mbe $repeat parsingEdwin Cheng2019-04-181-1/+0
|
* Add parser unit testsWilco Kusee2019-03-031-3/+55
|
* Split parse and expand errorsWilco Kusee2019-03-031-12/+12
|
* Replace option with result in mbeWilco Kusee2019-03-021-16/+17
|
* assign ids to tokensAleksey Kladov2019-02-111-1/+1
|
* reformat the worldAleksey Kladov2019-02-081-9/+2
|
* Fix macro_rules separator parsing.Jeff Muizelaar2019-02-031-1/+7
| | | | | macro_rules rules are separated by ';' including an optional ';' at the end
* cleanup the apiAleksey Kladov2019-01-311-3/+2
|
* cleanupAleksey Kladov2019-01-311-21/+23
|
* split macros across cratesAleksey Kladov2019-01-311-0/+93