Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elm-community/parser-combinators

A parser combinator library for Elm.
https://github.com/elm-community/parser-combinators

Last synced: 3 months ago
JSON representation

A parser combinator library for Elm.

Awesome Lists containing this project

README

        

**Note:** This package only works with Elm 0.18 and lower. See [`elm/parser`](https://github.com/elm/parser) for related functions in 0.19 and higher.

# parser-combinators

[![Build Status](https://travis-ci.org/elm-community/parser-combinators.svg)](https://travis-ci.org/elm-community/parser-combinators)

A parser combinator library for [Elm](http://elm-lang.org) 0.18. See the
documentation of the `Combine` module for more information and the
`examples` directory for complex usage examples.