attoparsec
Parser library
A fast Haskell parser combinator library for efficient text and binary data parsing
A fast Haskell library for parsing ByteStrings
513 stars
20 watching
93 forks
Language: Haskell
last commit: 8 days ago Related projects:
Repository | Description | Stars |
---|---|---|
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 847 |
haf/fsattoparsec | A fast binary parser with support for incremental input | 9 |
haskell-suite/haskell-src-exts | A toolset for manipulating and analyzing Haskell source code | 193 |
mrkkrp/megaparsec | An industrial-strength monadic parser combinator library. | 919 |
cyga/real-world-haskell | A tool to parse and fix code samples from the book 'Real World Haskell' | 89 |
lettier/parsing-with-haskell-parser-combinators | An in-depth guide to parsing using Haskell's parser combinator technology | 92 |
corsis/xparsec | An extensible parser combinator library for F# that supports type-and-source-polymorphic parsing and non-linear navigation of complex data structures. | 50 |
davedufresne/swiftparsec | A Swift library for creating parsers from simple components using combinator logic | 227 |
commercialhaskell/rio | A standard library for Haskell to provide a common foundation for production software development | 843 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
teo-tsirpanis/farkle | A parser library for F# and C# | 93 |
tomlokhorst/promissum | A Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style. | 68 |
tanakh/peggy | A parser generator for Haskell that focuses on simplicity and conciseness while providing fast and modern parsing capabilities | 93 |
grpc/grpc-haskell | A Haskell interface to the gRPC protocol for building client-side RPC services. | 155 |
keean/parser-combinators | A C++ library for building efficient and maintainable parsers with flexible composition and runtime polymorphism. | 97 |