elm-syntax: Elm syntax and pretty-printing

[ bsd3, compiler, elm, language, library ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/folq/elm-syntax#readme


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
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 && <4.15), bound (>=2.0.0), deriving-compat (>=0.5), prettyprinter (>=1.2.1), protolude (>=0.2.3), 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
Revised Revision 1 made by GeorgeThomas at 2022-03-13T14:36:57Z
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 OlleFredriksson at 2020-01-20T08:58:46Z
Distributions NixOS:0.3.3.0, Stackage:0.3.3.0
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 1782 total (46 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-01-20 [all 1 reports]

Readme for elm-syntax-0.2.0.0

[back to package description]

elm-syntax 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.