[Haskell-cafe] Parsec "Best Practices" examples
Stephen Tetley
stephen.tetley at gmail.com
Wed Jul 28 08:06:35 EDT 2010
Hello
I'm not sure trapping multiple errors is readily achievable with
Parsec - I think you would want to do this with 'error correction' so
you can log an error but then continue parsing. You could probably add
your own error correction strategy but it would likely make the
parsers convoluted.
Doaitse Swierstra's parser combinators have error correction.
Best wishes
Stephen
More information about the Haskell-Cafe
mailing list