summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2019-04-07 22:39:11 +0200
committerNadrieril2019-04-07 22:39:11 +0200
commit605e883696f8861e4b8c00b18ead9b933ac30e7a (patch)
tree11d57a7e7d8c275b6cec4f8bffd2e84484125b59 /README.md
parent686cce9504e5390e047dc715b192c89f2c375ab0 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index 599d48b..7a4077c 100644
--- a/README.md
+++ b/README.md
@@ -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 still quite unstable so use at your own risk. Documentation is severely lacking for now, sorry !
+
## Standard-compliance
- Parsing: 100%
@@ -16,12 +18,3 @@ This language is defined by a [standard](https://github.com/dhall-lang/dhall-lan
You can see what's missing from the commented out tests in `dhall/tests`.
-## Help wanted !
-
-This is a really fun project and there is a ton of things to do !
-If that's something you're interested in, please come and contribute !
-For now the project is rather rough and undocumented, but I'd be happy to explain anything you need.
-
-See https://github.com/Nadrieril/dhall-rust/projects/1 for a rough idea of what's planned and needed to make this project a great
-implementation of dhall.
-