@hackage / pipes-parse

Parsing infrastructure for the pipes ecosystem

Latest3.0.9

About

Metadata

  • Last updated , by GabrielGonzalez
  • License BSD-3-Clause
  • Categories Streaming, Parsers
  • Maintained by: GenuineGabriella@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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.