summaryrefslogtreecommitdiff
path: root/pest_consume_macros/src/make_parser.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename various bits of the pest_consume APINadrieril2019-09-101-4/+4
* Use an enum instead of strings for rule aliasingNadrieril2019-09-101-9/+33
* Avoid the use of drain_filter featureNadrieril2019-09-101-4/+28
* Allows using match_inputs outside of a make_parser implNadrieril2019-09-101-11/+4
* Implement parsing in PestConsumerNadrieril2019-09-101-1/+18
* Add dummy `entrypoint` attributeNadrieril2019-09-101-0/+7
* Move pest_consume macros into their own crateNadrieril2019-09-091-0/+334