summaryrefslogtreecommitdiff
path: root/dhall/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make test harness less macro-yNadrieril2019-03-071-59/+80
* Finally get rid of old parserNadrieril2019-03-061-7/+2
* Start parsing importsNadrieril2019-03-061-1/+1
* Merge dhall_normalize back into dhall; that was unnecessaryNadrieril2019-03-061-1/+0
* Simplify normalization using dhall! macroNadrieril2019-03-061-1/+1
* Split-off normalization into its own crateNadrieril2019-03-061-0/+1
* Split-off core into its own crateNadrieril2019-03-061-0/+1
* rustfmtNadrieril2019-03-061-20/+35
* Implement normalization for some more builtinsNadrieril2019-03-062-10/+40
* Update test listNadrieril2019-03-052-22/+22
* Allow branching in match_children! macroNadrieril2019-03-051-0/+1
* Use normalization tests to test the parser tooNadrieril2019-03-031-8/+19
* Parse more of the ASTNadrieril2019-03-032-4/+3
* Remove obsolete testsNadrieril2019-03-031-2/+0
* Brutally increase stack sizeNadrieril2019-03-031-1/+5
* Parse more AST nodesNadrieril2019-03-031-2/+5
* Add parser/failure tests from specNadrieril2019-03-022-1/+17
* Split abnf_to_pest and dhall into their own cratesNadrieril2019-03-012-0/+250