hubFS: THE place for F#

. . . are you on The Hub?
Welcome to hubFS: THE place for F# Sign in | Join | Help
in Search

[ANN] FParsec 0.6

Last post 05-20-2008, 23:16 by Stephan. 0 replies.
Sort Posts: Previous Next
  •  05-20-2008, 23:16 5980

    [ANN] FParsec 0.6

    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
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems