summaryrefslogtreecommitdiff
path: root/dhall/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-05Fix error handling in macrosNadrieril1-2/+2
2019-03-05Remove @get_err entrypoints from macrosNadrieril1-37/+20
2019-03-05Prepare for more flexible matching in match_children!Nadrieril1-19/+58
2019-03-05Split branching from typing in match_children!Nadrieril1-31/+49
2019-03-05Parse single quote literalsNadrieril1-17/+54
2019-03-05Extract non-parser-specific behavior from match_children!Nadrieril1-63/+126
2019-03-05Improve error handling in match_children!Nadrieril1-15/+28
2019-03-05Allow empty match in match_children!Nadrieril2-3/+8
2019-03-05Fix in match_iter error handlingNadrieril1-1/+4
2019-03-05Remove unused unstable featuresNadrieril2-5/+4
2019-03-05Tweak rustfmt optionsNadrieril1-42/+55
2019-03-05Parse more of the ASTNadrieril1-0/+87
2019-03-05Allow branching in match_children! macroNadrieril1-31/+107
2019-03-04Make some annotations optional in ASTNadrieril4-36/+74
2019-03-03Rollback partial move towards manual stackNadrieril1-170/+124
2019-03-03Parse more of the ASTNadrieril3-15/+22
2019-03-03Extract iter-matching codeNadrieril1-32/+110
2019-03-03IndentNadrieril1-114/+112
2019-03-03Wrap intermediary parsed values into a common variantNadrieril1-29/+72
2019-03-03tweakNadrieril1-9/+10
2019-03-03Brutally increase stack sizeNadrieril1-41/+23
2019-03-03Refactor parser using nom-like macrosNadrieril1-140/+228
2019-03-03Parse more AST nodesNadrieril1-33/+100
2019-03-03Handle errors in parserNadrieril2-58/+34
2019-03-03Parse builtinsNadrieril2-22/+39
2019-03-03Write macros to streamline parsingNadrieril2-25/+59
2019-03-03Merge builtins in a single enumNadrieril5-134/+103
2019-03-02Add parser/failure tests from specNadrieril2-82/+83
2019-03-02Start implementing parsing on top of pestNadrieril2-24/+108
2019-03-02Move part of parser into its own crate to limit recompilation timesNadrieril3-196/+1
2019-03-01Split abnf_to_pest and dhall into their own cratesNadrieril45-0/+4440