summaryrefslogtreecommitdiff
path: root/dhall_proc_macros/src/parse_children.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-09Move pest_consume macros into their own crateNadrieril1-215/+0
2019-09-09Make ParseInput independent from dhall-specific typesNadrieril1-3/+3
2019-09-05Implement rule aliasing and simplify parser codeNadrieril1-4/+7
2019-09-03Upgrade rust toolchainNadrieril1-1/+1
2019-09-02Improve hygiene of identifiersNadrieril1-13/+20
2019-09-02Separate both parser proc_macros into their own filesNadrieril1-87/+1
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