parsley
Parser library
A parsing library inspired by Haskell's Parsec and F#'s FParsec.
61 stars
10 watching
3 forks
Language: C#
last commit: 2 months ago Related projects:
Repository | Description | Stars |
---|---|---|
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 850 |
benjamin-hodgson/pidgin | A lightweight and fast parsing library for C#. | 931 |
com-lihaoyi/fastparse | A Scala-based library for writing fast parsers using parser combinators. | 1,098 |
davedufresne/swiftparsec | A Swift library for creating parsers from simple components using combinator logic | 226 |
teo-tsirpanis/farkle | A parser library for F# and C# | 95 |
pganalyze/libpg_query | A C library that parses and analyzes PostgreSQL queries to extract internal parse trees | 1,216 |
bartoszgolek/nflags | A simple library for parsing and validating command-line arguments in C# applications. | 50 |
r1chardj0n3s/parse | A library that parses strings using a specification based on the Python format() syntax | 1,732 |
stephan-tolksdorf/fparsec | A parser combinator library for F# | 532 |
flyx/parsertools | A library providing tools and classes for building lexers and parsers in Ada. | 6 |
takahisa/parseq | A monadic parser combinator library for C# | 61 |
parsl/parsl | A Python parallel scripting library for expressing multi-step workflows and harnessing computing resources across multiple cores and nodes. | 515 |
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 |
epfl-lara/scallion | A library for writing parsers and pretty printers for LL(1) languages in Scala using a novel parsing algorithm. | 57 |
thephpleague/uri-interfaces | An interface for representing URI objects according to RFC 3986 | 472 |