You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happy currently gives pretty bad error messages. This is shown by GHC's error messages on invalid syntax, which usually aren't very good.
One solution is used by the Menhir parser generator. Menhir provides an incremental parser API, which allows for error handling based on what states an error can be detected in. Its manual provides more details.
The text was updated successfully, but these errors were encountered:
DemiMarie
changed the title
Investigate using Menhir's techniques for better error messages
Incremental parsing API and improved error handling
Dec 1, 2016
Happy currently gives pretty bad error messages. This is shown by GHC's error messages on invalid syntax, which usually aren't very good.
One solution is used by the Menhir parser generator. Menhir provides an incremental parser API, which allows for error handling based on what states an error can be detected in. Its manual provides more details.
The text was updated successfully, but these errors were encountered: