summaryrefslogtreecommitdiff
path: root/pest_consume_macros/src/make_parser.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-18Extract pest_consume into its own crateNadrieril1-424/+0
2019-09-17Change invocation syntax of pest_consume::parser macroNadrieril1-3/+28
2019-09-11Various tweaksNadrieril1-9/+9
2019-09-10Rename various bits of the pest_consume APINadrieril1-4/+4
2019-09-10Use an enum instead of strings for rule aliasingNadrieril1-9/+33
2019-09-10Avoid the use of drain_filter featureNadrieril1-4/+28
2019-09-10Allows using match_inputs outside of a make_parser implNadrieril1-11/+4
2019-09-10Implement parsing in PestConsumerNadrieril1-1/+18
2019-09-10Add dummy `entrypoint` attributeNadrieril1-0/+7
2019-09-09Move pest_consume macros into their own crateNadrieril1-0/+0
2019-09-09Make ParseInput independent from dhall-specific typesNadrieril1-4/+4
2019-09-05Implement rule shortcutting, and cleanup make_parser codeNadrieril1-61/+173
2019-09-05Implement rule aliasing and simplify parser codeNadrieril1-38/+149
2019-09-02Parse polymorphically in the Embed parameterNadrieril1-31/+52
2019-09-02Separate both parser proc_macros into their own filesNadrieril1-0/+90