summaryrefslogtreecommitdiff
path: root/dhall_parser/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Generate pest file manually in the hopes to reduce spurious recompilationsNadrieril2019-03-081-6/+1
* Use upstream pestNadrieril2019-03-071-0/+1
* Start parsing importsNadrieril2019-03-062-5/+10
* Parse doublesNadrieril2019-03-052-2/+10
* Add literal_expression_raw backNadrieril2019-03-051-1/+1
* Parse single quote literalsNadrieril2019-03-052-6/+8
* Include modified abnf in repoNadrieril2019-03-051-0/+698
* Parse more of the ASTNadrieril2019-03-051-2/+2
* Extract iter-matching codeNadrieril2019-03-031-1/+0
* Parse more AST nodesNadrieril2019-03-031-1/+1
* Start implementing parsing on top of pestNadrieril2019-03-021-84/+98
* Move part of parser into its own crate to limit recompilation timesNadrieril2019-03-022-0/+160