summaryrefslogtreecommitdiff
path: root/dhall_proc_macros/src/parser.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make make_parser into a proc_macro_attributeNadrieril2019-09-011-4/+8
| | | | That way rustfmt will format the contents of the parser.
* Change parser macros to use a function-like syntaxNadrieril2019-09-011-250/+244
| | | | This makes the parser code look much less magical.
* Rewrite the make_parser macro as a proc_macroNadrieril2019-09-011-0/+398