Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `ast_to_token_tree` infallible | Jonas Schievink | 2021-04-04 | 1 | -4/+2 |
| | | | | It could never return `None`, so reflect that in the return type | ||||
* | Add bindings builder for speed up matching | Edwin Cheng | 2021-03-13 | 1 | -2/+2 |
| | |||||
* | NFA parser for mbe matcher | Edwin Cheng | 2021-02-28 | 1 | -8/+8 |
| | |||||
* | Simplify mbe match error. | Edwin Cheng | 2021-01-29 | 1 | -7/+2 |
| | | | | Handle parse error in rule parsing instead of match in mbe | ||||
* | Rename mbe_expander for consistency | Edwin Cheng | 2021-01-29 | 1 | -0/+182 |