5 ms·
For implementing things like programming languages, I think parser combinators also allow you write better and more specific error messages than something like
by sizediterable 5y ago
For implementing things like programming languages, I think parser combinators also allow you write better and more specific error messages than something like a parser generator. Though I think most programming language authors optimizing for error messages tend to go with a bespoke approach.