summaryrefslogtreecommitdiff
path: root/pest_consume_macros (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-10Use proc_macro_hack to avoid the need for the proc_macro_hygiene featureNadrieril2-1/+2
2019-09-10Allows using match_inputs outside of a make_parser implNadrieril2-17/+26
2019-09-10Implement parsing in PestConsumerNadrieril1-1/+18
2019-09-10Add dummy `entrypoint` attributeNadrieril1-0/+7
2019-09-10Rename parse_children to match_inputsNadrieril2-4/+4
2019-09-10Generalize parse_children and change its invocationNadrieril1-18/+9
2019-09-09Move pest_consume macros into their own crateNadrieril4-0/+595