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

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

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!