summaryrefslogtreecommitdiff
path: root/dhall_parser/build.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-13Clarify role of dhall_generated_parser crateNadrieril1-64/+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