When a parsing error happens during compilation, the parser doesn't give any hint as to where the error was found. It just says what token was found and what kind of token was expected.
Ideally, it would be great to have the line number but if the parser would at least output where was the cursor when the parsing error happened, it would help debugging.
Hi!
When a parsing error happens during compilation, the parser doesn't give any hint as to where the error was found. It just says what token was found and what kind of token was expected.
Ideally, it would be great to have the line number but if the parser would at least output where was the cursor when the parsing error happened, it would help debugging.