[Haskell-cafe] Re: Lazy parser with parsec.

2007-03-26 Thread Wagner Ferenc
David Brown [EMAIL PROTECTED] writes: 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. Thomas Zielonka published his Parsec combinator lazyMany on this list a couple of times, Google for it. Here is my

[Haskell-cafe] Re: On improving libraries: wanted list

2006-12-14 Thread Wagner Ferenc
[EMAIL PROTECTED] (Donald Bruce Stewart) writes: Can't we do something like this, on top of System.Process? Do we need unix* stuff anymore? Hi, on my computer your code (with return ()-s inserted) works with at most 135168=132*1024 bytes of input: import System.Exit import System.IO