summaryrefslogtreecommitdiff
path: root/dhall_proc_macros/src/make_parser.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move pest_consume macros into their own crateNadrieril2019-09-091-334/+0
* Make ParseInput independent from dhall-specific typesNadrieril2019-09-091-4/+4
* Implement rule shortcutting, and cleanup make_parser codeNadrieril2019-09-051-61/+173
* Implement rule aliasing and simplify parser codeNadrieril2019-09-051-38/+149
* Parse polymorphically in the Embed parameterNadrieril2019-09-021-31/+52
* Separate both parser proc_macros into their own filesNadrieril2019-09-021-0/+90