Popularity
7.8
Stable
Activity
5.6
Stable
21
11
4
Monthly Downloads: 48
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.3.2.0
elm-syntax alternatives and similar packages
Based on the "elm" category.
Alternatively, view elm-syntax alternatives based on common mentions on social networks and blogs.
Do you think we are missing an alternative of elm-syntax or a related project?
Popular Comparisons
README
elm-syntax
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.