summaryrefslogtreecommitdiff
path: root/dhall_parser/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-08Generate pest file manually in the hopes to reduce spurious recompilationsNadrieril1-6/+1
2019-03-07Use upstream pestNadrieril1-0/+1
2019-03-06Start parsing importsNadrieril2-5/+10
2019-03-05Parse doublesNadrieril2-2/+10
2019-03-05Add literal_expression_raw backNadrieril1-1/+1
2019-03-05Parse single quote literalsNadrieril2-6/+8
2019-03-05Include modified abnf in repoNadrieril1-0/+698
2019-03-05Parse more of the ASTNadrieril1-2/+2
2019-03-03Extract iter-matching codeNadrieril1-1/+0
2019-03-03Parse more AST nodesNadrieril1-1/+1
2019-03-02Start implementing parsing on top of pestNadrieril1-84/+98
2019-03-02Move part of parser into its own crate to limit recompilation timesNadrieril2-0/+160