@hackage pipes-parse1.0.0
Parsing infrastructure for the pipes ecosystem
Installation
Dependencies (2)
Dependents (36)
@hackage/pipes-io, @hackage/minecraft-data, @hackage/BiobaseInfernal, @hackage/pipes-cborg, @hackage/pipes-cereal, @hackage/hjugement-cli, Show all…
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.