summaryrefslogtreecommitdiff
path: root/dhall_proc_macros/src/make_parser.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-09Move pest_consume macros into their own crateNadrieril1-334/+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