[Haskell-cafe] Re: Case-insensitive lexing with Alex

Joel Reymont joelr1 at gmail.com
Mon Jan 28 09:46:27 EST 2008


On Jan 28, 2008, at 2:44 PM, Geoffrey Mainland wrote:

> map toLower onto your input before you pass it to your lexer? Or do  
> you
> only want keywords to be case-insensitive?


Just keywords. You can have "Array" or "array" or "aRrAy".

--
http://wagerlabs.com







More information about the Haskell-Cafe mailing list