summaryrefslogtreecommitdiff
path: root/dhall_proc_macros/src/parser.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Properly parse the argument of make_parser as an implNadrieril2019-09-021-99/+62
|
* Get rid of EntryPoint magicNadrieril2019-09-021-125/+31
|
* Avoid use of bind_by_move_pattern_guards featureNadrieril2019-09-021-2/+9
|
* 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