Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use an enum instead of strings for rule aliasing | Nadrieril | 2019-09-10 | 1 | -3/+4 |
| | |||||
* | Use proc_macro_hack to avoid the need for the proc_macro_hygiene feature | Nadrieril | 2019-09-10 | 1 | -1/+3 |
| | |||||
* | Implement parsing in PestConsumer | Nadrieril | 2019-09-10 | 1 | -0/+23 |
| | |||||
* | Formatting | Nadrieril | 2019-09-10 | 1 | -65/+32 |
| | |||||
* | Use match_inputs for parser entrypoint | Nadrieril | 2019-09-10 | 1 | -8/+34 |
| | |||||
* | Remove custom pair debugging | Nadrieril | 2019-09-10 | 1 | -52/+0 |
| | |||||
* | Rename parse_children to match_inputs | Nadrieril | 2019-09-10 | 1 | -1/+1 |
| | |||||
* | Generalize parse_children and change its invocation | Nadrieril | 2019-09-10 | 1 | -1/+94 |
| | |||||
* | Move pest_consume macros into their own crate | Nadrieril | 2019-09-09 | 1 | -1/+1 |
| | |||||
* | Move pest_consume into its own crate | Nadrieril | 2019-09-09 | 1 | -0/+123 |