About

Metadata

  • Last updated , by GabrielGonzalez
  • License BSD-3-Clause
  • Categories Compilers and Interpreters
  • Maintained by: GenuineGabriella@gmail.com

  • Lottery factor: 1

Links

Installation

Readme

dhall-toml

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

For installation or development instructions, see:

Full documentation is available on Hackage:

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