Haskell problem

Josef Svenningsson josefs@cs.chalmers.se
Fri, 22 Feb 2002 11:55:23 +0100 (MET)


On Fri, 22 Feb 2002, Daan Leijen wrote:

> There exist a really neat solution to this. I think that it is pioneered
> by Doaitse Swierstra and Luc Duponcheel in their parser combinators:
>
> http://www.cs.uu.nl/~doaitse/Papers/1996/LL1.pdf
>
Niklas Röjemo uses this style of combinators in his paper:
"Efficient parsing combinators" from 95.

It can be found on:
http://www.cs.chalmers.se/~rojemo/thesis.html

Cheers,

	/Josef