@hackage pipes-parse1.0.0

Parsing infrastructure for the pipes ecosystem

This package defines the generic machinery necessary for common parsing tasks using pipes:

  • End of input: Detect and handle end of input

  • Push-back: Save unused input for later steps

  • Lens Support: Mix proxies with different leftover buffers using lenses

  • Compatibility: Transparently upgrade proxies to work with pipes-parse

Import Control.Proxy.Parse to use this library.

Read Control.Proxy.Parse.Tutorial for an introductory tutorial.