summaryrefslogtreecommitdiff
path: root/dhall_parser (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-08rustfmtNadrieril1-2/+1
2019-03-08Generate pest file manually in the hopes to reduce spurious recompilationsNadrieril3-7/+21
2019-03-07Use upstream pestNadrieril2-1/+2
2019-03-06Start parsing importsNadrieril2-5/+10
2019-03-06Disable tests for dhall_parser crate that has noneNadrieril1-0/+4
2019-03-06rustfmtNadrieril1-12/+33
2019-03-05Parse doublesNadrieril3-4/+18
2019-03-05Add literal_expression_raw backNadrieril1-1/+1
2019-03-05Parse single quote literalsNadrieril2-6/+8
2019-03-05Include modified abnf in repoNadrieril2-1/+710
2019-03-05Parse more of the ASTNadrieril1-2/+2
2019-03-03Extract iter-matching codeNadrieril2-2/+1
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 timesNadrieril5-0/+208