aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe/src/expander/transcriber.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippy::redudant_borrowMaan20032021-06-131-4/+4
|
* Make sure ill-form macro handle propelyEdwin Cheng2021-03-141-2/+5
|
* Add bindings builder for speed up matchingEdwin Cheng2021-03-131-8/+4
|
* NFA parser for mbe matcherEdwin Cheng2021-02-281-4/+8
|
* Simpilfy mbe parsingEdwin Cheng2021-01-301-7/+9
|
* Simplify mbe match error.Edwin Cheng2021-01-291-7/+0
| | | | Handle parse error in rule parsing instead of match in mbe
* Rename mbe_expander for consistencyEdwin Cheng2021-01-291-0/+248