summaryrefslogtreecommitdiff
path: root/pest_consume/src/lib.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-18Extract pest_consume into its own crateNadrieril1-325/+0
2019-09-17Change invocation syntax of pest_consume::parser macroNadrieril1-1/+1
2019-09-17Remove need for slice_patterns in pest_consumeNadrieril1-1/+0
2019-09-11Add basic doc to pest_consumeNadrieril1-5/+118
2019-09-11Various tweaksNadrieril1-0/+3
2019-09-11Rename match_inputs to match_nodes to reflect new terminologyNadrieril1-1/+1
2019-09-11Add an example to pest_consumeNadrieril1-0/+14
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 featureNadrieril1-1/+3
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 crateNadrieril1-1/+1
2019-09-09Move pest_consume into its own crateNadrieril1-0/+123