summaryrefslogtreecommitdiff
path: root/dhall (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-04Make some annotations optional in ASTNadrieril4-36/+74
2019-03-03Use normalization tests to test the parser tooNadrieril1-8/+19
2019-03-03Add myself to authors in Cargo.tomlNadrieril1-1/+1
2019-03-03Rollback partial move towards manual stackNadrieril1-170/+124
2019-03-03Parse more of the ASTNadrieril5-19/+25
2019-03-03Remove obsolete testsNadrieril1-2/+0
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 sizeNadrieril2-42/+28
2019-03-03Refactor parser using nom-like macrosNadrieril1-140/+228
2019-03-03Parse more AST nodesNadrieril2-35/+105
2019-03-03Handle errors in parserNadrieril3-58/+35
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 specNadrieril4-83/+100
2019-03-02Start implementing parsing on top of pestNadrieril2-24/+108
2019-03-02Move part of parser into its own crate to limit recompilation timesNadrieril6-233/+3
2019-03-01Split abnf_to_pest and dhall into their own cratesNadrieril51-0/+4757