[Haskell-cafe] Lazy parser with parsec.

Malcolm Wallace Malcolm.Wallace at cs.york.ac.uk
Mon Mar 26 13:04:58 EDT 2007


David Brown <haskell2 at davidb.org> wrote:

> Does anyone know of any existing Parser parsers that don't consume
> their entire input, or am I probably best off making my own parser.

http://www.cs.york.ac.uk/fp/polyparse

In particular, the module Text.ParserCombinators.PolyLazy.

Regards,
    Malcolm


More information about the Haskell-Cafe mailing list