summaryrefslogtreecommitdiff
path: root/pest_consume_macros (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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