summaryrefslogtreecommitdiff
path: root/dhall_syntax/build.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-13Merge dhall_generated_parser into dhall_syntaxNadrieril1-0/+0
2019-11-11All relevant grammar changes have been upstreamedNadrieril1-2/+0
2019-09-10Tentatively derive pest::Parser normallyNadrieril1-17/+0
2019-08-15Use precedence climbing to parse expressions with operatorsNadrieril1-0/+31
2019-08-13Implement inline headers parsingNadrieril1-19/+11
2019-08-12Remove grammar workaroundNadrieril1-23/+0
2019-08-08Add support for dependent typesNadrieril1-0/+1
2019-08-07Various parsing tweaksNadrieril1-11/+0
2019-08-06Generalize empty list annotationsNadrieril1-0/+22
2019-08-06Circumvent spec errorNadrieril1-0/+11
2019-08-06rustfmtNadrieril1-4/+1
2019-08-06RFC3986 URLsNadrieril1-0/+6
2019-08-06Inline headersNadrieril1-0/+12
2019-05-02Update dhall-lang submoduleNadrieril1-0/+7
2019-04-13Clarify role of dhall_generated_parser crateNadrieril1-0/+0
2019-04-04Get keyword rule from upstreamNadrieril1-7/+0
2019-03-23Remove various -raw suffixesNadrieril1-5/+5
2019-03-22Handle quoted labelsNadrieril1-1/+1
2019-03-11Make main parser rule atomicNadrieril1-1/+1
2019-03-09Refactor abnf_to_pest to make rule editing possibleNadrieril1-34/+16
2019-03-08rustfmtNadrieril1-2/+1
2019-03-08Generate pest file manually in the hopes to reduce spurious recompilationsNadrieril1-0/+18
2019-03-06rustfmtNadrieril1-12/+33
2019-03-05Parse doublesNadrieril1-2/+8
2019-03-05Include modified abnf in repoNadrieril1-1/+12
2019-03-03Extract iter-matching codeNadrieril1-1/+1
2019-03-02Move part of parser into its own crate to limit recompilation timesNadrieril1-5/+0
2019-03-01Split abnf_to_pest and dhall into their own cratesNadrieril1-0/+39