summaryrefslogtreecommitdiff
path: root/pest_consume (unfollow)
Commit message (Expand)AuthorFilesLines
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