megaparsec
parser library
An industrial-strength monadic parser combinator library.
Industrial-strength monadic parser combinator library
919 stars
14 watching
87 forks
Language: Haskell
last commit: about 2 months ago haskellmegaparsecparser-library
Related projects:
Repository | Description | Stars |
---|---|---|
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 847 |
mrkkrp/modern-uri | A modern Haskell library for working with URIs in a correct and efficient manner | 68 |
haskell/attoparsec | A fast Haskell parser combinator library for efficient text and binary data parsing | 513 |
haskell-github-trust/replace-megaparsec | A Haskell library for using Megaparsec parsers to find and replace patterns in text streams | 79 |
mrkkrp/zip | A Haskell library for efficiently working with compressed ZIP archives. | 81 |
mrkkrp/ghc-syntax-highlighter | A syntax highlighter library for Haskell built around the GHC lexer. | 59 |
m4rw3r/chomp | A fast and expressive monadic-style parser combinator for Rust. | 244 |
marwes/combine | A Rust library implementing parser combinators for building efficient and flexible parsers | 1,302 |
mrkkrp/req | An HTTP client library for Haskell with type-safe and expandable features. | 338 |
aviate-labs/parser-combinators.mo | A library implementing monadic parser combinators for parsing structured data in the Motoko programming language. | 4 |
mrkkrp/facts | A Haskell library for working with refined types to represent and manipulate data structures | 58 |
crusso/mo-parsec | A library providing a parsec parser combinator implementation for Motoko's Modelica language | 5 |
takahisa/parseq | A monadic parser combinator library for C# | 61 |
davedufresne/swiftparsec | A Swift library for creating parsers from simple components using combinator logic | 227 |
lpeter1997/cppcmb | A C++ parser-combinator library with a natural grammar notation | 123 |