@hackage pipes-parse3.0.9
Parsing infrastructure for the pipes ecosystem
Installation
Dependencies (3)
- base >=4 && <5
- pipes >=4.1 && <4.4
- transformers >=0.2.0.0 && <0.7 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:
Leftovers: Save unused input for later consumption
Leftover propagation: Leftovers are propagated backwards perfectly
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.
Read Pipes.Parse.Tutorial for an extensive tutorial.