summaryrefslogtreecommitdiff
path: root/dhall/tests/parser (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No need to escape underscores in pretty-printingNadrieril2020-10-283-3/+3
|
* Implement Text/replaceBasile Henry2020-10-251-1/+1
|
* spec: Enable `with` optimizationsNadrieril2020-09-145-5/+5
|
* spec: allow trailing delimitersNadrieril2020-06-2524-0/+44
|
* spec: support Dhall v17.0.0Nadrieril2020-06-2515-0/+90
|
* spec!: remove Optional/build and Optional/foldNadrieril2020-06-251-1/+1
|
* chore: garbage collect removed testsNadrieril2020-06-252-2/+0
|
* spec!: remove the ability to quote paths in URLsNadrieril2020-06-252-1/+7
|
* spec: ensure `keyword` rule only matches keywordsNadrieril2020-06-2510-10/+10
|
* spec: not all ABNF parsers like empty rulesNadrieril2020-06-251-1/+1
|
* spec: allow quoted labels to be emptyNadrieril2020-06-253-1/+3
|
* spec: update encoding of floating point values to RFC7049bisNadrieril2020-06-253-0/+3
|
* spec: fix precedence of `===` and `with`Nadrieril2020-06-257-0/+22
|
* Remove more unnecessary parens in printerNadrieril2020-03-2017-17/+17
|
* Commit output of printerNadrieril2020-03-20240-0/+240
|
* Parse RFC3986 URLsNadrieril2020-03-202-4/+4
|
* Upstream the `with` grammar tweakNadrieril2020-03-122-2/+2
|
* Implement record punsNadrieril2020-03-112-1/+7
|
* Upstream all local testsNadrieril2020-03-1019-14/+0
| | | | See https://github.com/dhall-lang/dhall-lang/pull/933
* Add support for `with` keywordNadrieril2020-03-102-2/+2
|
* Update dhall-lang submoduleNadrieril2020-03-053-3/+15
|
* Add a bunch of testsNadrieril2020-03-0519-0/+14
|
* OopsNadrieril2020-02-211-0/+6
|
* Add support for dotted field syntaxNadrieril2020-02-202-2/+2
|
* Disallow Natural literals with leading zerosNadrieril2020-02-201-0/+6
|
* Add support for duplicate record fieldsNadrieril2020-02-202-4/+4
|
* Track error output of parsing and binary decoding testsNadrieril2020-02-0952-0/+307