
28 Jul
2010
28 Jul
'10
8:06 a.m.
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