summaryrefslogtreecommitdiff
path: root/dhall_proc_macros/src/parser.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-02Separate both parser proc_macros into their own filesNadrieril1-291/+0
2019-09-02Use proper hygiene for `Parsers` and `Rule`Nadrieril1-15/+34
2019-09-02Properly parse the argument of make_parser as an implNadrieril1-99/+62
2019-09-02Get rid of EntryPoint magicNadrieril1-125/+31
2019-09-02Avoid use of bind_by_move_pattern_guards featureNadrieril1-2/+9
2019-09-01Make make_parser into a proc_macro_attributeNadrieril1-4/+8
2019-09-01Change parser macros to use a function-like syntaxNadrieril1-250/+244
2019-09-01Rewrite the make_parser macro as a proc_macroNadrieril1-0/+398