diff options
author | Nadrieril | 2020-02-20 19:04:46 +0000 |
---|---|---|
committer | Nadrieril | 2020-02-20 19:04:46 +0000 |
commit | f24879c16d82d2ecb2294596ffa45573f02185d0 (patch) | |
tree | 43255bc0fbac743bae481283f8b8af64b52be706 | |
parent | 6642077368497583113d685d351ec93d230ffcad (diff) |
Support spec v14
-rw-r--r-- | README.md | 3 | ||||
m--------- | dhall-lang | 0 |
2 files changed, 2 insertions, 1 deletions
@@ -63,7 +63,7 @@ assert_eq!(deserialized_map, expected_map); ## Standard-compliance This implementation currently supports partially the [Dhall -standard](https://github.com/dhall-lang/dhall-lang) version `13.0.0`. +standard](https://github.com/dhall-lang/dhall-lang) version `14.0.0`. Only local imports are supported, but otherwise the main features are implemented. See @@ -161,6 +161,7 @@ same name as the corresponding test. [???] +- Update to supporting dhall v14.0.0 - Add support for dotted field syntax - Disallow Natural literals with leading zeros - Add support for duplicate record fields diff --git a/dhall-lang b/dhall-lang -Subproject ec4fe8ac58aa3d91f94223834ab6acfe57c3a42 +Subproject 09b204377a4b78df5b67bced0ef2c8e0bafd0ac |