@hackage pipes-parse2.0.2

Parsing infrastructure for the pipes ecosystem

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

  • Perfect Streaming: Program in a list-like style in constant memory

  • Leftovers: Save unused input for later consumption

  • 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.