summaryrefslogtreecommitdiff
path: root/dhall_parser/build.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify role of dhall_generated_parser crateNadrieril2019-04-131-64/+0
* Get keyword rule from upstreamNadrieril2019-04-041-7/+0
* Remove various -raw suffixesNadrieril2019-03-231-5/+5
* Handle quoted labelsNadrieril2019-03-221-1/+1
* Make main parser rule atomicNadrieril2019-03-111-1/+1
* Refactor abnf_to_pest to make rule editing possibleNadrieril2019-03-091-34/+16
* rustfmtNadrieril2019-03-081-2/+1
* Generate pest file manually in the hopes to reduce spurious recompilationsNadrieril2019-03-081-0/+18
* rustfmtNadrieril2019-03-061-12/+33
* Parse doublesNadrieril2019-03-051-2/+8
* Include modified abnf in repoNadrieril2019-03-051-1/+12
* Extract iter-matching codeNadrieril2019-03-031-1/+1
* Move part of parser into its own crate to limit recompilation timesNadrieril2019-03-021-0/+34