Popularity
4.5
Declining
Activity
0.0
Stable
2
3
3
Monthly Downloads: 123
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
streaming-binary alternatives and similar packages
Based on the "Parsing" category.
Alternatively, view streaming-binary alternatives based on common mentions on social networks and blogs.
-
megaparsec
Industrial-strength monadic parser combinator library -
Earley
Parsing all context-free grammars using Earley's algorithm in Haskell. -
trifecta
Parser combinators with highlighting, slicing, layout, literate comments, Clang-style diagnostics and the kitchen sink -
replace-megaparsec
Stream editing with Haskell Megaparsec parsers -
parser-combinators
Lightweight package providing commonly useful parser combinators -
descriptive
Self-describing consumers/parsers; forms, cmd-line args, JSON, etc. -
scanner
Fast non-backtracking incremental combinator parsing for bytestrings -
pipes-aeson
Encode and decode JSON streams using Aeson and Pipes. -
pipes-attoparsec
Utilities to convert a parser into a pipe -
parsec-free
Parsec API encoded as a deeply-embedded DSL, for debugging and analysis -
incremental-parser
Haskell parsing combinator liibrary that can be fed the input and emit the parsed output incrementally -
data-stm32
ARM SVD and CubeMX XML parser and pretty printer for STM32 family -
replace-attoparsec
Stream editing with Haskell Attoparsec parsers -
hsemail
Haskell Parsec parsers for the syntax defined in RFC2821 and 2822 -
parsec-parsers
Orphan instances so you can use `parsers` with `parsec`. -
parsers-megaparsec
`parsers` instances for Megaparsec -
matrix-market-attoparsec
Attoparsec parsers for the NIST Matrix Market format -
attoparsec-parsec
An Attoparsec compatibility layer for Parsec -
record-syntax
A library for parsing and processing the Haskell syntax sprinkled with anonymous records -
attoparsec-expr
Port of parsec's expression parser to attoparsec. -
fuzzy-dates
Automatically detect and parse dates in many different formats -
antlrc
Haskell binding to the ANTLR parser generator C runtime library http://www.antlr.org/wiki/display/ANTLR3/ANTLR3+Code+Generation+-+C -
megalisp
megalisp is a compliant lisp parser written in megaparsec
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of streaming-binary or a related project?
README
streaming-binary
This library offers incremental serialization and deserialization of
Haskell values using the binary
package. Under the hood, we wrap the
incremental decoders from binary
's Incremental API as first-class
streams as defined in streaming
.