summaryrefslogtreecommitdiff
path: root/dhall/tests/parser.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-08Move spec tests into the relevant filesNadrieril1-7/+0
2019-04-07Avoid constructing exprs manually when possibleNadrieril1-0/+1
2019-03-24Generate parser tests list automaticallyNadrieril1-67/+2
2019-03-24Parser import hash and headersNadrieril1-1/+1
2019-03-24Disallow builtins as bound variablesNadrieril1-1/+1
2019-03-23Update dhall-lang submoduleNadrieril1-2/+3
2019-03-23Handle double overflows in parserNadrieril1-2/+2
2019-03-23Parse unicode escapes in stringNadrieril1-1/+1
2019-03-22Handle quoted labelsNadrieril1-1/+1
2019-03-22Parse a lot more of the import typesNadrieril1-7/+7
2019-03-21Improve import handling in parserNadrieril1-1/+1
2019-03-21Follow the spec for handling DoublesNadrieril1-1/+1
2019-03-15Split different tests features into their own filesNadrieril1-0/+70