summaryrefslogtreecommitdiff
path: root/pest_consume_macros/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-18Extract pest_consume into its own crateNadrieril3-699/+0
2019-09-17Change invocation syntax of pest_consume::parser macroNadrieril1-3/+28
2019-09-17Tweak match_nodesNadrieril1-56/+71
2019-09-17Update terminology in match_nodesNadrieril1-36/+36
2019-09-17Remove need for slice_patterns in pest_consumeNadrieril1-32/+47
2019-09-11Various tweaksNadrieril2-12/+12
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 featureNadrieril1-1/+1
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 crateNadrieril3-0/+577