Open pjt33 opened 5 years ago
If there's a syntax error in the program then the parser just gives up, with no error to indicate that there's a problem. You get the rules that it successfully parsed. I would expect an error message which at least points at the problematic line.
If there's a syntax error in the program then the parser just gives up, with no error to indicate that there's a problem. You get the rules that it successfully parsed. I would expect an error message which at least points at the problematic line.