aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe/src/expander.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make `ast_to_token_tree` infallibleJonas Schievink2021-04-041-4/+2
| | | | It could never return `None`, so reflect that in the return type
* Add bindings builder for speed up matchingEdwin Cheng2021-03-131-2/+2
|
* NFA parser for mbe matcherEdwin Cheng2021-02-281-8/+8
|
* Simplify mbe match error.Edwin Cheng2021-01-291-7/+2
| | | | Handle parse error in rule parsing instead of match in mbe
* Rename mbe_expander for consistencyEdwin Cheng2021-01-291-0/+182