summaryrefslogtreecommitdiff
path: root/dhall/src/parser.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow empty match in match_children!Nadrieril2019-03-051-3/+7
* Fix in match_iter error handlingNadrieril2019-03-051-1/+4
* Remove unused unstable featuresNadrieril2019-03-051-3/+4
* Tweak rustfmt optionsNadrieril2019-03-051-42/+55
* Parse more of the ASTNadrieril2019-03-051-0/+87
* Allow branching in match_children! macroNadrieril2019-03-051-31/+107
* Rollback partial move towards manual stackNadrieril2019-03-031-170/+124
* Parse more of the ASTNadrieril2019-03-031-11/+10
* Extract iter-matching codeNadrieril2019-03-031-32/+110
* IndentNadrieril2019-03-031-114/+112
* Wrap intermediary parsed values into a common variantNadrieril2019-03-031-29/+72
* tweakNadrieril2019-03-031-9/+10
* Brutally increase stack sizeNadrieril2019-03-031-41/+23
* Refactor parser using nom-like macrosNadrieril2019-03-031-140/+228
* Parse more AST nodesNadrieril2019-03-031-33/+100
* Handle errors in parserNadrieril2019-03-031-58/+33
* Parse builtinsNadrieril2019-03-031-2/+9
* Write macros to streamline parsingNadrieril2019-03-031-25/+58
* Add parser/failure tests from specNadrieril2019-03-021-81/+82
* Start implementing parsing on top of pestNadrieril2019-03-021-24/+103
* Split abnf_to_pest and dhall into their own cratesNadrieril2019-03-011-0/+91