Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename various bits of the pest_consume API | Nadrieril | 2019-09-10 | 3 | -19/+18 |
| | |||||
* | Use an enum instead of strings for rule aliasing | Nadrieril | 2019-09-10 | 2 | -16/+37 |
| | |||||
* | Avoid the use of drain_filter feature | Nadrieril | 2019-09-10 | 2 | -5/+28 |
| | |||||
* | Use proc_macro_hack to avoid the need for the proc_macro_hygiene feature | Nadrieril | 2019-09-10 | 1 | -1/+1 |
| | |||||
* | Allows using match_inputs outside of a make_parser impl | Nadrieril | 2019-09-10 | 2 | -17/+26 |
| | |||||
* | Implement parsing in PestConsumer | Nadrieril | 2019-09-10 | 1 | -1/+18 |
| | |||||
* | Add dummy `entrypoint` attribute | Nadrieril | 2019-09-10 | 1 | -0/+7 |
| | |||||
* | Rename parse_children to match_inputs | Nadrieril | 2019-09-10 | 2 | -4/+4 |
| | |||||
* | Generalize parse_children and change its invocation | Nadrieril | 2019-09-10 | 1 | -18/+9 |
| | |||||
* | Move pest_consume macros into their own crate | Nadrieril | 2019-09-09 | 3 | -0/+577 |