Open
Description
We should make a couple of improvements to the error messages of the ASTGenError
types.
- The error messages should be single-line
- The error messages should tell the user to file a bug report since this is an internal compiler inconsistency
- The error messages should be somewhat actionable, e.g.
UnexpectedTokenKindError
should tell the developer which token kinds are acceptable.