summaryrefslogtreecommitdiff
path: root/dhall_parser (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use upstream grammarNadrieril2019-04-071-704/+1
* Regen visibility listNadrieril2019-04-041-41/+25
* Revert end_of_line handling to upstreamNadrieril2019-04-042-7/+5
* Import union rules from upstream grammarNadrieril2019-04-041-8/+9
* Get keyword rule from upstreamNadrieril2019-04-043-7/+10
* Handle Some as in upstream grammarNadrieril2019-04-041-1/+1
* Import more trivial changes from upstreamNadrieril2019-04-041-4/+17
* WhitespaceNadrieril2019-04-041-17/+15
* Factor literal-expression back inNadrieril2019-04-042-14/+5
* Tweak double literalsNadrieril2019-04-041-8/+14
* Import many trivial changes from upstreamNadrieril2019-04-041-46/+44
* Factor back in some rule branchesNadrieril2019-04-042-50/+36
* renameNadrieril2019-04-041-5/+5
* Remove trailing whitespace from expression rulesNadrieril2019-04-041-32/+34
* Rename whitespace rulesNadrieril2019-04-042-51/+50
* Disallow builtins as bound variablesNadrieril2019-03-241-5/+7
* Remove various -raw suffixesNadrieril2019-03-233-109/+101
* Inline various rules in grammarNadrieril2019-03-232-99/+52
* Rebase latest changes in grammarNadrieril2019-03-232-45/+75
* Update dhall-lang submoduleNadrieril2019-03-231-4/+2
* Handle quoted labelsNadrieril2019-03-221-1/+1
* Parse a lot more of the import typesNadrieril2019-03-221-18/+18
* Improve import handling in parserNadrieril2019-03-212-2/+4
* Handle simple parsing cases with new macrosNadrieril2019-03-201-1/+1
* Test printer in parser testsNadrieril2019-03-191-0/+1
* Handle and parse interpolated stringsNadrieril2019-03-141-1/+1
* Add some explanatory commentsNadrieril2019-03-111-0/+13
* 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-083-7/+21
* Use upstream pestNadrieril2019-03-072-1/+2
* Start parsing importsNadrieril2019-03-062-5/+10
* Disable tests for dhall_parser crate that has noneNadrieril2019-03-061-0/+4
* rustfmtNadrieril2019-03-061-12/+33
* Parse doublesNadrieril2019-03-053-4/+18
* Add literal_expression_raw backNadrieril2019-03-051-1/+1
* Parse single quote literalsNadrieril2019-03-052-6/+8
* Include modified abnf in repoNadrieril2019-03-052-1/+710
* Parse more of the ASTNadrieril2019-03-051-2/+2
* Extract iter-matching codeNadrieril2019-03-032-2/+1
* 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-025-0/+208