summaryrefslogtreecommitdiff
path: root/pest_consume (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add an example to pest_consumeNadrieril2019-09-114-0/+96
|
* No need to force user data to be a referenceNadrieril2019-09-101-53/+50
|
* Rename various bits of the pest_consume APINadrieril2019-09-101-143/+159
|
* Use an enum instead of strings for rule aliasingNadrieril2019-09-101-3/+4
|
* 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