Popularity
7.8
Growing
Activity
5.6
-
21
11
4

Monthly Downloads: 49
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Language     Compiler     Elm    
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?

Add another 'elm' Package

README

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.