parseq
Parser combinator library
A monadic parser combinator library for C#
monadic parser combinator library for C#
61 stars
9 watching
7 forks
Language: C#
last commit: over 4 years ago c-sharpparser-combinators
Related projects:
Repository | Description | Stars |
---|---|---|
coq-community/parseque | A Coq library that provides a total parser combinator library with support for building parsers and grammars in the language of Coq. | 42 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 847 |
aviate-labs/parser-combinators.mo | A library implementing monadic parser combinators for parsing structured data in the Motoko programming language. | 4 |
teo-tsirpanis/farkle | A parser library for F# and C# | 93 |
stephan-tolksdorf/fparsec | A parser combinator library for F# | 529 |
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 |
keean/parser-combinators | A C++ library for building efficient and maintainable parsers with flexible composition and runtime polymorphism. | 97 |
lpeter1997/cppcmb | A C++ parser-combinator library with a natural grammar notation | 123 |
dashbitco/nimble_parsec | A lightweight and efficient library for building text-based parsers using composable combinators | 810 |
marwes/combine | A Rust library implementing parser combinators for building efficient and flexible parsers | 1,302 |
com-lihaoyi/fastparse | A Scala-based library for writing fast parsers using parser combinators. | 1,094 |
scala/scala-parser-combinators | A library for building parsers in Scala using combinator-based parsing | 656 |
benjamin-hodgson/pidgin | A lightweight and fast parsing library for C#. | 919 |
plioi/parsley | A parsing library inspired by Haskell's Parsec and F#'s FParsec. | 61 |