Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazu-yamamoto/appar
A simple applicative parser in Parsec style
https://github.com/kazu-yamamoto/appar
Last synced: 17 days ago
JSON representation
A simple applicative parser in Parsec style
- Host: GitHub
- URL: https://github.com/kazu-yamamoto/appar
- Owner: kazu-yamamoto
- License: bsd-3-clause
- Created: 2010-06-16T09:42:15.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T00:38:39.000Z (10 months ago)
- Last Synced: 2024-10-11T23:56:07.961Z (about 1 month ago)
- Language: Haskell
- Homepage:
- Size: 15.6 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This is subset of Parsec.
Parsec 3 provides features which Parsec 2 does not provide:
- Applicative style
- ByteString as inputBut Haskell Platform includes Parsec 2, not Parsec 3. Installing
Parsec 3 to Haskell Platform environment makes it mess. So, I have
implemented this.