basile-henry / dhall-rust

cargo +nightly build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dhall-rust

Build Status codecov

This is a WIP implementation in Rust of the dhall configuration format/programming language.

This language is defined by a standard, 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%
  • Imports: 0%
  • Normalization: 74%
  • Typechecking: 66%

You can see what's missing from the commented out tests in dhall/tests.

About

cargo +nightly build

License:Other


Languages

Language:Rust 100.0%