pipes-attoparsec-streaming: Streaming parsing in the pipes-core framework with Attoparsec.

[ bsd3, control, deprecated, library, program ] [ Propose Tags ]
Deprecated

This module exports the single function parse, which can be used to run an Attoparsec parser in a streaming fashion, which means that the parser is not only run incrementally across the input (which can be done with plain Attoparsec or packages like pipes-attoparsec), but that the parse results are delivered incrementally. This package can be seen as a kind of dual to pipes-attoparsec: the latter runs parser incrementally over their input, whereas the former incrementally delivers output.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies attoparsec (>=0.10 && <0.11), base (>=4.5 && <4.6), bytestring (>=0.9), pipes-attoparsec-streaming, pipes-core (>=0.1 && <0.2), transformers (>=0.3) [details]
License BSD-3-Clause
Copyright Copyrght (c) 2012 Martin Grabmueller
Author Martin Grabmueller
Maintainer martin@grabmueller.de
Category Control
Uploaded by MartinGrabmueller at 2012-06-20T22:28:28Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables MimeParser
Downloads 1141 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]