summaryrefslogtreecommitdiff
path: root/pest_consume (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use proc_macro_hack to avoid the need for the proc_macro_hygiene featureNadrieril2019-09-102-1/+4
* Implement parsing in PestConsumerNadrieril2019-09-101-0/+23
* FormattingNadrieril2019-09-101-65/+32
* Use match_inputs for parser entrypointNadrieril2019-09-101-8/+34
* Remove custom pair debuggingNadrieril2019-09-101-52/+0
* Rename parse_children to match_inputsNadrieril2019-09-101-1/+1
* Generalize parse_children and change its invocationNadrieril2019-09-101-1/+94
* Move pest_consume macros into their own crateNadrieril2019-09-092-2/+2
* Move pest_consume into its own crateNadrieril2019-09-092-0/+136