pipes-parse

Parsing infrastructure for the pipes ecosystem

Version on this page:3.0.4
LTS Haskell 22.14:3.0.9@rev:2
Stackage Nightly 2024-03-28:3.0.9@rev:2
Latest on Hackage:3.0.9@rev:2

See all snapshots pipes-parse appears in

BSD-3-Clause licensed by Gabriel Gonzalez
Maintained by [email protected]
This version can be pinned in stack with:pipes-parse-3.0.4@sha256:08a562e787b6284b73f06a8397a107cad7c762480c84763c4bc2c964cf3b1262,1309

Module documentation for 3.0.4

pipes-parse builds upon the pipes library to provide shared parsing idioms and utilities:

  • Leftovers: Save unused input for later consumption

  • Leftover propagation: Leftovers are propagated backwards perfectly

  • Connect and Resume: Use StateT to save unused input for later

  • Termination Safety: Detect and recover from end of input

Pipes.Parse contains the full documentation for this library.

Read Pipes.Parse.Tutorial for an extensive tutorial.