Closed danr closed 9 years ago
On this grammar:
Test. Test ::= " ")";
bnfc reports:
bnfc: src/LexBNF.x:(80,13)-(86,20): Non-exhaustive patterns in case
The error message could be more helpful! :)
is this better?
bnfc: syntax error at line 1, column 20 before `)'
Definitely!
On this grammar:
bnfc reports:
The error message could be more helpful! :)