@hackage pipes-parse2.0.0
Parsing infrastructure for the pipes ecosystem
Installation
Dependencies (4)
- base >=4 && <5
- free >=3.1 && <3.5
- pipes >=4.0 && <4.1
- transformers >=0.2.0.0 && <0.4 Show all…
Dependents (36)
@hackage/pipes-io, @hackage/minecraft-data, @hackage/BiobaseInfernal, @hackage/pipes-cborg, @hackage/pipes-cereal, @hackage/hjugement-cli, Show all…
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
StateTto save unused input for laterTermination Safety: Detect and recover from end of input
Pipes.Parse contains the full documentation for this library.