I am happy to announce version 0.6 of FParsec, a parser combinator library for F#:
http://www.quanttec.com/fparsec The new version includes two bug fixes, compatibility fixes for F# 1.9.4.15 and some smaller feature additions.
This is a short description of FParsec:
FParsec is an F# adaptation of Parsec, the popular parser combinator library for Haskell by Daan Leijen. It can parse context-sensitive, infinite look-ahead grammars, has complete support for unicode input and large files (> 4 GB) and produces excellent error messages. Design and implementation have been optimized for speed and should provide sufficient performance even for demanding applications. FParsec is distributed under a permissive open source license (BSD-style).
Almost no bugs have been found in FParsec for several months now, so I'd encourage trying FParsec even for production uses.
Best regards,
Stephan