Bug in Parsec.Token
Ian Lynagh
igloo at earth.li
Sat Feb 13 08:45:22 EST 2010
On Tue, Nov 24, 2009 at 09:35:13PM -0800, Greg Fitzgerald wrote:
> In Text.Parsec.Token, the list of reserved names is not necessarily sorted
> for case-insensitive languages. When the list of reserved names contains a
> string with capital letters, the 'identifier' combinator can accept
> identifiers that conflict with reserved names. Attached are patches for
> Parsec 2.1 and 3.0.
I've applied the 2.1 patch to
http://darcs.haskell.org/old-from-monk/parsec/
but I think that is unmaintained now.
Thanks
Ian
More information about the Libraries
mailing list