elm-syntax: Elm syntax and pretty-printing

[ bsd3, compiler, elm, language, library ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.3.3.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), bound (>=2.0.0), deriving-compat (>=0.5.0), hashable (>=1.2.5), prettyprinter (>=1.2.1), text (>=1.2.0), unordered-containers (>=0.2.8) [details]
License BSD-3-Clause
Copyright 2019 Olle Fredriksson
Author Olle Fredriksson
Maintainer fredriksson.olle@gmail.com
Category Elm, Compiler, Language
Home page https://github.com/folq/elm-syntax#readme
Bug tracker https://github.com/folq/elm-syntax/issues
Source repo head: git clone https://github.com/folq/elm-syntax
Uploaded by GeorgeThomas at 2021-06-30T21:08:23Z
Distributions NixOS:0.3.3.0, Stackage:0.3.3.0
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 1781 total (47 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-06-30 [all 1 reports]

Readme for elm-syntax-0.3.1.0

[back to package description]

elm-syntax Build Status Hackage

A library for generating Elm syntax from Haskell in a scope-safe way.

This library has two main parts:

  • It defines abstract syntax trees (ASTs) for Elm definitions, expressions, patterns, and types, using the bound library for scope-safe local names.
  • It defines pretty printers from the ASTs to syntactically correct Elm code.