Comments make parsing fail
Open
wontfix
- Dominant language
- Elm
- Stars
- 145
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
```
f =
let b = 1 --comment
in b
```
The parser does not understand this.
This is probably related to #1, because this, too has to do with newlines.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.