summaryrefslogtreecommitdiff
path: root/dhall_parser/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-13Clarify role of dhall_generated_parser crateNadrieril3-156/+0
2019-04-07Use upstream grammarNadrieril1-704/+1
2019-04-04Regen visibility listNadrieril1-41/+25
2019-04-04Revert end_of_line handling to upstreamNadrieril2-7/+5
2019-04-04Import union rules from upstream grammarNadrieril1-8/+9
2019-04-04Get keyword rule from upstreamNadrieril2-0/+10
2019-04-04Handle Some as in upstream grammarNadrieril1-1/+1
2019-04-04Import more trivial changes from upstreamNadrieril1-4/+17
2019-04-04WhitespaceNadrieril1-17/+15
2019-04-04Factor literal-expression back inNadrieril2-14/+5
2019-04-04Tweak double literalsNadrieril1-8/+14
2019-04-04Import many trivial changes from upstreamNadrieril1-46/+44
2019-04-04Factor back in some rule branchesNadrieril2-50/+36
2019-04-04renameNadrieril1-5/+5
2019-04-04Remove trailing whitespace from expression rulesNadrieril1-32/+34
2019-04-04Rename whitespace rulesNadrieril2-51/+50
2019-03-24Disallow builtins as bound variablesNadrieril1-5/+7
2019-03-23Remove various -raw suffixesNadrieril2-104/+96
2019-03-23Inline various rules in grammarNadrieril2-99/+52
2019-03-23Rebase latest changes in grammarNadrieril2-45/+75
2019-03-23Update dhall-lang submoduleNadrieril1-4/+2
2019-03-22Parse a lot more of the import typesNadrieril1-18/+18
2019-03-21Improve import handling in parserNadrieril2-2/+4
2019-03-20Handle simple parsing cases with new macrosNadrieril1-1/+1
2019-03-19Test printer in parser testsNadrieril1-0/+1
2019-03-14Handle and parse interpolated stringsNadrieril1-1/+1
2019-03-11Add some explanatory commentsNadrieril1-0/+13
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