[Haskell-cafe] Left-factoring with Parsec

Joel Reymont joelr1 at gmail.com
Wed Apr 11 13:15:51 EDT 2007


Suppose I have expr = expr ":" expr ":" expr.

Can the above be left-factored to fail on empty input so that my  
parser doesn't go into a loop?

	Thanks, Joel

--
http://wagerlabs.com/







More information about the Haskell-Cafe mailing list