haskell / haskell/happy

Happy parse error messages should include more information

Open
#159 1 comment 4 reactions 0 assignees View on GitHub
Dominant language
Haskell
Stars
322
Forks
86
PR merge metrics
No merged PRs in 30d

Description

Right now, parse errors include only the line number. For example:

```
Calc.ly:40: Parse error
```

It would be helpful to include a bit more easily accessible info:

* the token on which parsing failed
* the column position of that token

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.