diff options
author | Nadrieril | 2019-03-09 14:58:36 +0100 |
---|---|---|
committer | Nadrieril | 2019-03-09 14:58:36 +0100 |
commit | 383c45439ef41136aac5e05b721c804f9e0d954f (patch) | |
tree | be75e9acfa298045116eda0915c9d01f6993a647 | |
parent | e27adcdce55dc15c97bb0ac6d5bc0b082d2232c2 (diff) |
Add README
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff1fc5a --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# `dhall-rust` + +This is a WIP implementation in Rust of the [dhall](https://dhall-lang.org) configuration format/programming language. + +This language is defined by a [standard](https://github.com/dhall-lang/dhall-lang), and this implementation tries its best to respect it. + +## 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. + |