Hacker News new | ask | show | jobs
by sizediterable 1670 days 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.