Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/elm-community/parser-combinators
- Owner: elm-community
- License: bsd-3-clause
- Archived: true
- Created: 2015-10-20T11:27:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T11:54:21.000Z (over 3 years ago)
- Last Synced: 2024-06-19T11:39:20.067Z (5 months ago)
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/elm-community/parser-combinators/latest
- Size: 118 KB
- Stars: 104
- Watchers: 8
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.