summaryrefslogtreecommitdiff
path: root/pest_consume_macros/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change invocation syntax of pest_consume::parser macroNadrieril2019-09-171-3/+28
|
* Tweak match_nodesNadrieril2019-09-171-56/+71
|
* Update terminology in match_nodesNadrieril2019-09-171-36/+36
|
* Remove need for slice_patterns in pest_consumeNadrieril2019-09-171-32/+47
|
* Various tweaksNadrieril2019-09-112-12/+12
|
* Rename match_inputs to match_nodes to reflect new terminologyNadrieril2019-09-112-4/+4
|
* Rename various bits of the pest_consume APINadrieril2019-09-103-19/+18
|
* Use an enum instead of strings for rule aliasingNadrieril2019-09-102-16/+37
|
* Avoid the use of drain_filter featureNadrieril2019-09-102-5/+28
|
* Use proc_macro_hack to avoid the need for the proc_macro_hygiene featureNadrieril2019-09-101-1/+1
|
* Allows using match_inputs outside of a make_parser implNadrieril2019-09-102-17/+26
|
* Implement parsing in PestConsumerNadrieril2019-09-101-1/+18
|
* Add dummy `entrypoint` attributeNadrieril2019-09-101-0/+7
|
* Rename parse_children to match_inputsNadrieril2019-09-102-4/+4
|
* Generalize parse_children and change its invocationNadrieril2019-09-101-18/+9
|
* Move pest_consume macros into their own crateNadrieril2019-09-093-0/+577