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: 8 days ago Related projects:
Repository | Description | Stars |
---|---|---|
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 848 |
benjamin-hodgson/pidgin | A lightweight and fast parsing library for C#. | 923 |
com-lihaoyi/fastparse | A Scala-based library for writing fast parsers using parser combinators. | 1,094 |
davedufresne/swiftparsec | A Swift library for creating parsers from simple components using combinator logic | 227 |
teo-tsirpanis/farkle | A parser library for F# and C# | 93 |
pganalyze/libpg_query | A C library that parses and analyzes PostgreSQL queries to extract internal parse trees | 1,210 |
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,713 |
stephan-tolksdorf/fparsec | A parser combinator library for F# | 531 |
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 that extends parallelism to multiple cores and nodes | 506 |
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 parsing and pretty-printing LL(1) languages in Scala. | 56 |
thephpleague/uri-interfaces | An interface for representing URI objects according to RFC 3986 | 462 |