summaryrefslogtreecommitdiff
path: root/pest_consume_macros (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-11Rename match_inputs to match_nodes to reflect new terminologyNadrieril2-4/+4
2019-09-10Rename various bits of the pest_consume APINadrieril3-19/+18
2019-09-10Use an enum instead of strings for rule aliasingNadrieril2-16/+37
2019-09-10Avoid the use of drain_filter featureNadrieril2-5/+28
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