dhall-lang/dhall-haskell

dhall-format removes comments

Aberta

#145 aberto em 29 de set. de 2017

 (41 comentários) (48 reações) (0 responsável)Dhall (222 forks)batch import
enhancementformattinghelp wantedparser

Métricas do repositório

Stars
 (967 estrelas)
Métricas de merge de PR
 (Mesclagem média 3d 13h) (5 fundiu PRs em 30d)

Description

Example file:

--- This is dhall file
{ foo = "jax" }

The Output it gives:

{ foo = "jax" }

Guia do colaborador