Skip to content

Latest commit

 

History

History
 
 

dhall-toml

dhall-toml

NOTE: this package has not been completed see the roadmap section

For installation or development instructions, see:

Full documentation here:

Introduction

This dhall-toml package provides a Dhall to TOML compiler.

Example

$ dhall-to-toml <<< "{ foo = 1, bar = True }"
foo = 1
bar = true

Roadmap

  • - minimal dhall-to-toml
  • - schema inference for toml-to-dhall
  • - minimal toml-to-dhall
  • - documentation in docs.dhall-lang.org