summaryrefslogtreecommitdiff
path: root/dhall_proc_macros/src/parser.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-01Make make_parser into a proc_macro_attributeNadrieril1-4/+8
That way rustfmt will format the contents of the parser.
2019-09-01Change parser macros to use a function-like syntaxNadrieril1-250/+244
This makes the parser code look much less magical.
2019-09-01Rewrite the make_parser macro as a proc_macroNadrieril1-0/+398