parsec
Parser library
A parser combinator library designed to be industrial-strength and easy to use
A monadic parser combinator library
850 stars
16 watching
95 forks
Language: Haskell
last commit: 8 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
haskell/attoparsec | A fast parser combinator library for efficient text parsing in network protocols and file formats | 513 |
lettier/parsing-with-haskell-parser-combinators | An in-depth guide to parsing using Haskell's parser combinator technology | 93 |
mrkkrp/megaparsec | An industrial-strength monadic parser combinator library. | 925 |
haskell-suite/haskell-src-exts | A toolset for manipulating and analyzing Haskell source code | 194 |
davedufresne/swiftparsec | A Swift library for creating parsers from simple components using combinator logic | 226 |
haskell/http | A Haskell package providing an HTTP client and server implementation with customizable payload representation. | 179 |
plioi/parsley | A parsing library inspired by Haskell's Parsec and F#'s FParsec. | 61 |
scala/scala-parser-combinators | A parser combinator library for Scala | 656 |
keean/parser-combinators | A C++ library for building efficient and maintainable parsers with flexible composition and runtime polymorphism. | 97 |
cyga/real-world-haskell | A tool to parse and fix code samples from the book 'Real World Haskell' | 89 |
marwes/combine | A Rust library implementing parser combinators for building efficient and flexible parsers | 1,307 |
haskell-github/github | A Haskell library providing an interface to the GitHub API. | 412 |
commercialhaskell/rio | A standard library for Haskell to provide a common foundation for production software development | 846 |
noredink/haskell-libraries | A monorepo of Haskell libraries developed by NoRedInk for various internal projects. | 76 |
takahisa/parseq | A monadic parser combinator library for C# | 61 |