27 Mar
2007
27 Mar
'07
1:04 a.m.
David Brown <haskell2@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