summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Make some annotations optional in ASTNadrieril2019-03-044-36/+74
|
* Use normalization tests to test the parser tooNadrieril2019-03-031-8/+19
|
* Add myself to authors in Cargo.tomlNadrieril2019-03-031-1/+1
|
* Rollback partial move towards manual stackNadrieril2019-03-031-170/+124
|
* Parse more of the ASTNadrieril2019-03-035-19/+25
|
* Remove obsolete testsNadrieril2019-03-031-2/+0
|
* 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-032-42/+28
|
* Refactor parser using nom-like macrosNadrieril2019-03-031-140/+228
|
* Parse more AST nodesNadrieril2019-03-032-35/+105
|
* Handle errors in parserNadrieril2019-03-033-58/+35
|
* 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-024-83/+100
|
* Start implementing parsing on top of pestNadrieril2019-03-022-24/+108
|
* Move part of parser into its own crate to limit recompilation timesNadrieril2019-03-026-233/+3
|
* Split abnf_to_pest and dhall into their own cratesNadrieril2019-03-0151-0/+4757