19 packages tagged with “combinator”
FParsec is a parser combinator library for F#. You can find comprehensive documentation for FParsec at http://www.quanttec.com/fparsec. The documentation includes a feature list, a tutorial, a user’s guide and an API reference. This package uses the basic “low-trust” configuration of FParsec, which does not use any unverifiable code and is optimized for maximum portability. If you need to parse very large files or if you employ FParsec for performance-critical jobs, consider using the alternate “Big Data Edition” NuGet package (see https://nuget.org/packages/fparsec-big-data-edition).
Fable binding for the Parsimmon parser combinator library
The faster monadic parser combinator library for C#
A library for building FParsec parsers using pipeline operators.
FParsec.CSharp is a thin C# wrapper for FParsec. Documentation: https://github.com/bert2/FParsec.CSharp Release notes: Reference FParsec 2.0.0-beta.
FParsec is a parser combinator library for F#. You can find comprehensive documentation for FParsec at http://www.quanttec.com/fparsec. The documentation includes a feature list, a tutorial, a user’s guide and an API reference. This package uses a configuration of FParsec that supports very large input streams and is optimized for maximum performance in longer running processes. See http://www.quanttec.com/fparsec/download-and-installation.html for more information. This version of FParsec is currently not compatible with .NET Core. If you want to use .NET Core, please choose the other FParsec NuGet package instead (see https://nuget.org/packages/fparsec).
Package Description
Reactive monadic parser combinator in C#
Parser combinator with a focus on elegance.
Parse excel file with combinator
A generalized parser combinator based off of fparsec. ParsecClone works on strings as well as binary files (with bit level parsing)
Concise monadic parser combinator library with separate lexer/parser phases and big-size input support.
The Synapse Parser Combinator Framework
A simple & fast library to create parsers using the parser-combinators approach. Please provide your feedback or suggestions here - https://docs.google.com/forms/d/e/1FAIpQLScIt6dT7t1pxTjeUO5iHYagSPs-f6VPuWNtnCsLl32qYJf5Ig/viewform?usp=sf_link
Efficient CharStream parser-combinator in F#
Another Parser Combinator for C#. A library for building optimized and flexible parsers.
A lightweight parser combinator library for F#.
F# library for operations related to parser combinators. Compatible with Fable.