parsec
Parser library
A parser combinator library designed to be industrial-strength and easy to use
A monadic parser combinator library
847 stars
16 watching
94 forks
Language: Haskell
last commit: 6 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
haskell/attoparsec | A fast Haskell parser combinator library for efficient text and binary data parsing | 513 |
lettier/parsing-with-haskell-parser-combinators | An in-depth guide to parsing using Haskell's parser combinator technology | 92 |
mrkkrp/megaparsec | An industrial-strength monadic parser combinator library. | 919 |
haskell-suite/haskell-src-exts | A toolset for manipulating and analyzing Haskell source code | 193 |
davedufresne/swiftparsec | A Swift library for creating parsers from simple components using combinator logic | 227 |
haskell/http | A Haskell package providing an HTTP client and server implementation with customizable payload representation. | 177 |
plioi/parsley | A parsing library inspired by Haskell's Parsec and F#'s FParsec. | 61 |
scala/scala-parser-combinators | A library for building parsers in Scala using combinator-based parsing | 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,302 |
haskell-github/github | A Haskell library providing an interface to the GitHub API. | 411 |
commercialhaskell/rio | A standard library for Haskell to provide a common foundation for production software development | 843 |
noredink/haskell-libraries | A monorepo of Haskell libraries developed by NoRedInk for various internal projects. | 75 |
takahisa/parseq | A monadic parser combinator library for C# | 61 |