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/





_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to