fparsec

Parser library

A parser combinator library for F#

A parser combinator library for F#

GitHub

529 stars
24 watching
46 forks
Language: F#
last commit: about 1 year ago
Linked from 5 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
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
haskell/parsec A parser combinator library designed to be industrial-strength and easy to use 847
takahisa/parseq A monadic parser combinator library for C# 61
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
haf/fsattoparsec A fast binary parser with support for incremental input 9
tarmil/fsharp.systemtextjson A library providing support for F# types to serialize to System.Text.Json 329
plioi/parsley A parsing library inspired by Haskell's Parsec and F#'s FParsec. 61
fsprojects/fsharp.control.asyncseq A collection of asynchronous programming utilities for F# 163
haskell/attoparsec A fast Haskell parser combinator library for efficient text and binary data parsing 513
epfl-lara/scallion A library for parsing and pretty-printing LL(1) languages in Scala. 56
fsprojects/fsharpx.async Utilities for asynchronous programming in F# 94
fslaborg/xplot A collection of data visualization libraries for F# 287
fsprojects/fsharp.data.sqlclient Provides F# type providers for accessing MS SQL database objects in a statically typed manner 204
hashrock/deno-fnparse A parser combinator for JavaScript to parse CSV files based on RFC4180 standards. 11