summaryrefslogtreecommitdiff
path: root/pest_consume_macros (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename match_inputs to match_nodes to reflect new terminologyNadrieril2019-09-112-4/+4
* Rename various bits of the pest_consume APINadrieril2019-09-103-19/+18
* Use an enum instead of strings for rule aliasingNadrieril2019-09-102-16/+37
* Avoid the use of drain_filter featureNadrieril2019-09-102-5/+28
* Use proc_macro_hack to avoid the need for the proc_macro_hygiene featureNadrieril2019-09-102-1/+2
* Allows using match_inputs outside of a make_parser implNadrieril2019-09-102-17/+26
* Implement parsing in PestConsumerNadrieril2019-09-101-1/+18
* Add dummy `entrypoint` attributeNadrieril2019-09-101-0/+7
* Rename parse_children to match_inputsNadrieril2019-09-102-4/+4
* Generalize parse_children and change its invocationNadrieril2019-09-101-18/+9
* Move pest_consume macros into their own crateNadrieril2019-09-094-0/+595