https://github.com/statusfailed/machines-attoparsec
Parsing combinator for incremental input using machines
https://github.com/statusfailed/machines-attoparsec
Last synced: 8 months ago
JSON representation
Parsing combinator for incremental input using machines
- Host: GitHub
- URL: https://github.com/statusfailed/machines-attoparsec
- Owner: statusfailed
- License: mit
- Created: 2018-02-04T19:54:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T11:57:20.000Z (over 8 years ago)
- Last Synced: 2025-03-26T06:43:55.168Z (about 1 year ago)
- Language: Haskell
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# machines-attoparsec
Provides a single combinator, `parsing`, which allows attoparsec `Parser`s to
be run in a streaming fashion inside a `Machine`.
# TODO
- [ ] Make sure leftovers are handled
- [ ] Tests!