summaryrefslogtreecommitdiff
path: root/dhall/tests/parser.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move spec tests into the relevant filesNadrieril2019-04-081-7/+0
* Avoid constructing exprs manually when possibleNadrieril2019-04-071-0/+1
* Generate parser tests list automaticallyNadrieril2019-03-241-67/+2
* Parser import hash and headersNadrieril2019-03-241-1/+1
* Disallow builtins as bound variablesNadrieril2019-03-241-1/+1
* Update dhall-lang submoduleNadrieril2019-03-231-2/+3
* Handle double overflows in parserNadrieril2019-03-231-2/+2
* Parse unicode escapes in stringNadrieril2019-03-231-1/+1
* Handle quoted labelsNadrieril2019-03-221-1/+1
* Parse a lot more of the import typesNadrieril2019-03-221-7/+7
* Improve import handling in parserNadrieril2019-03-211-1/+1
* Follow the spec for handling DoublesNadrieril2019-03-211-1/+1
* Split different tests features into their own filesNadrieril2019-03-151-0/+70