Re: [Haskell-cafe] Parsec benchmarks

2008-01-21 Thread hjgtuyl
I think you should try again, the link is not dead. On Sun, 20 Jan 2008 21:54:08 +0100, Jon Harrop <[EMAIL PROTECTED]> wrote: I'd like to compare the performance of Parsec to other parsers but the only reference to a benchmark I have found is a dead link from one of the papers about P

Re: [Haskell-cafe] Parsec benchmarks

2008-01-20 Thread Johan Tibell
On Jan 20, 2008 9:54 PM, Jon Harrop <[EMAIL PROTECTED]> wrote: > > I'd like to compare the performance of Parsec to other parsers but the only > reference to a benchmark I have found is a dead link from one of the papers > about Parsec: > > http://research.microsoft.com/users/daan/download/parsec

[Haskell-cafe] Parsec benchmarks

2008-01-20 Thread Jon Harrop
I'd like to compare the performance of Parsec to other parsers but the only reference to a benchmark I have found is a dead link from one of the papers about Parsec: http://research.microsoft.com/users/daan/download/parsec/parsec.pdf Are there any surviving Parsec benchmarks? -- Dr Jon D H