summaryrefslogtreecommitdiff
path: root/dhall/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix error handling in macrosNadrieril2019-03-051-2/+2
|
* Remove @get_err entrypoints from macrosNadrieril2019-03-051-37/+20
|
* Prepare for more flexible matching in match_children!Nadrieril2019-03-051-19/+58
|
* Split branching from typing in match_children!Nadrieril2019-03-051-31/+49
|
* Parse single quote literalsNadrieril2019-03-051-17/+54
|
* Extract non-parser-specific behavior from match_children!Nadrieril2019-03-051-63/+126
|
* Improve error handling in match_children!Nadrieril2019-03-051-15/+28
|
* Allow empty match in match_children!Nadrieril2019-03-052-3/+8
|
* Fix in match_iter error handlingNadrieril2019-03-051-1/+4
|
* Remove unused unstable featuresNadrieril2019-03-052-5/+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
|
* Make some annotations optional in ASTNadrieril2019-03-044-36/+74
|
* Rollback partial move towards manual stackNadrieril2019-03-031-170/+124
|
* Parse more of the ASTNadrieril2019-03-033-15/+22
|
* 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-032-58/+34
|
* Parse builtinsNadrieril2019-03-032-22/+39
|
* Write macros to streamline parsingNadrieril2019-03-032-25/+59
|
* Merge builtins in a single enumNadrieril2019-03-035-134/+103
|
* Add parser/failure tests from specNadrieril2019-03-022-82/+83
|
* Start implementing parsing on top of pestNadrieril2019-03-022-24/+108
|
* Move part of parser into its own crate to limit recompilation timesNadrieril2019-03-023-196/+1
|
* Split abnf_to_pest and dhall into their own cratesNadrieril2019-03-0145-0/+4440