Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 711 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 711 Bytes

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