diff options
author | Nadrieril | 2019-04-12 18:18:25 +0200 |
---|---|---|
committer | Nadrieril | 2019-04-12 18:18:25 +0200 |
commit | 0dcc59bc2f0dcc810ccc7057cf9161f48b1d1fe0 (patch) | |
tree | 6d807fbb042b77e2f61f2d2bb1788122f74f56e3 | |
parent | 16dd859d2460b90bdf454c4cbee2668cd4398e07 (diff) |
Note nightlyness in README
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ This is a WIP implementation in Rust of the [dhall](https://dhall-lang.org) conf This language is defined by a [standard](https://github.com/dhall-lang/dhall-lang), and this implementation tries its best to respect it. +This is a nightly crate, so you will need a nightly compiler to use it. + This is still quite unstable so use at your own risk. Documentation is severely lacking for now, sorry ! ## Standard-compliance |