Closed andreasabel closed 5 years ago
Consider this grammar:
internal Internal. Prg ::= "Internal"; Main. Prg ::= Ident ;
The generated parser fails to parse the input Internal, which should be an ok identifier. Concerns at least Haskell and Java backends, I have not tested the others.
Internal
Consider this grammar:
The generated parser fails to parse the input
Internal
, which should be an ok identifier. Concerns at least Haskell and Java backends, I have not tested the others.