A parser combinator library for F#.
FParsec is a parser combinator library for F#.
FParsec’s features include:
- support for context‐sensitive, infinite look‐ahead grammars,
- automatically generated, highly readable error messages,
- Unicode support,
- efficient support for very large files,
- an embeddable, runtime‐configurable operator‐precedence parser component,
- a simple, efficient and easily extensible API,
- an implementation thoroughly optimized for performance,
- comprehensive documentation,
- a permissive open source license.
FParsec is an F# adaptation of Parsec, the popular parser combinator library for Haskell.
FParsec is optimized for an applicative programming style, but it also supports a monadic syntax similar to Parsec's.
See http://www.quanttec.com/fparsec/ for more information.