Is there any particular reason these days to favour a parser generator over a straight-up backtracking parser combinator library like attoparsec these days?<p>Seems like the whole reason for LALR(1) parsers was performance, and parsing is no longer as significant an amount of time compared to the old days, while helpful feedback, which any parser generator approach tends to be bad at, is at a premium.