[Haskell-cafe] Frisby grammars that have context

Mark T.B. Carroll Mark.Carroll at Aetion.com
Tue May 29 10:31:34 EDT 2007


Actually, while I'm at it, another thing I was wondering:

Text.ParserCombinators.Parsec.Char offers us nice things like `lower'.
However, where's this stuff in Frisby? I could use something horrific
like oneOf [filter isLower [minBound .. maxBound ]] or something, but
how best to get internationalisation-aware character classes into it I'm
not sure.

-- Mark



More information about the Haskell-Cafe mailing list