summaryrefslogtreecommitdiff
path: root/pest_consume (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-11Add an example to pest_consumeNadrieril4-0/+96
2019-09-10No need to force user data to be a referenceNadrieril1-53/+50
2019-09-10Rename various bits of the pest_consume APINadrieril1-143/+159
2019-09-10Use an enum instead of strings for rule aliasingNadrieril1-3/+4
2019-09-10Use proc_macro_hack to avoid the need for the proc_macro_hygiene featureNadrieril2-1/+4
2019-09-10Implement parsing in PestConsumerNadrieril1-0/+23
2019-09-10FormattingNadrieril1-65/+32
2019-09-10Use match_inputs for parser entrypointNadrieril1-8/+34
2019-09-10Remove custom pair debuggingNadrieril1-52/+0
2019-09-10Rename parse_children to match_inputsNadrieril1-1/+1
2019-09-10Generalize parse_children and change its invocationNadrieril1-1/+94
2019-09-09Move pest_consume macros into their own crateNadrieril2-2/+2
2019-09-09Move pest_consume into its own crateNadrieril2-0/+136