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
[ fixed#46 ] give proper error when no lexing rules
The new error
file.x contains no lexer rules
can be tested with file.x containing
:- <0> { }
The previous error was
(Array.!): undefined array element
(I did not find a testsuite testing for error messages Alex gives, thus,
no test case with this commit.)
0 commit comments