[Haskell-cafe] Skipping keywords with Parsec

Joel Reymont joelr1 at gmail.com
Wed Apr 11 16:04:36 EDT 2007


Is there a way to have any Parsec combinator skip a certain set of  
keywords?

I tried lexeme = P.lexeme lexer . (skip >>) but I don't think lexeme  
is called for every keyword.

	Thanks, Joel

--
http://wagerlabs.com/







More information about the Haskell-Cafe mailing list