I am pleased to announce a new release of PARSEC, a fast monadic parser library for Haskell. The PARSEC library is written for practice and uses some novel techniques to improve its speed and to give good error messages. It ships with extensive support libraries and documentation. PARSEC is distributed with GHC but GHC 5.02 unfortunately includes an older version. PARSEC can be downloaded from: http://www.cs.uu.nl/people/daan/parsec.html I would like to thank the many(!) people that have written me with advice and comments that improved the library. Have fun, Daan Leijen. ------------------------------------------------------------- New features: * The ability to use a seperate lexer. The parsers work on any kind of token stream instead of just characters. * A user definable state, very convenient to maintain a symbol table. * A module to parse permutation phrases [1]. * A parameterized lexical analyser module. * New combinators like "sepEndBy" ------------------------------------------------------------- [1] Arthur Baars, Andres Loh and Doaitse Swierstra "Parsing Permutation Phrases" Proceedings of the Haskell Workshop 2001.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 04 October 2001 03:00 pm, Daan Leijen wrote:
I am pleased to announce a new release of PARSEC, a fast monadic parser library for Haskell.
Keep up the good work. PARSEC was a refreshing change for me. Thanks, - -- Eray Ozkural (exa) <erayo@cs.bilkent.edu.tr> Comp. Sci. Dept., Bilkent University, Ankara www: http://www.cs.bilkent.edu.tr/~erayo GPG public key fingerprint: 360C 852F 88B0 A745 F31B EA0F 7C07 AE16 874D 539C -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7vLSBfAeuFodNU5wRAmfPAJ4640SeDOawNNRPTkHTJ0USzdbC9ACgpvhZ WmpmvJ2R3JW//n4nmToxU1Y= =gBss -----END PGP SIGNATURE-----
participants (2)
-
Daan Leijen -
Eray Ozkural