-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ANTLR parsing failures are not explained properly in error reports #3332
Comments
@maxonfjvipon Could you help here, please? |
@volodya-lombrozo 2 spaces are required here: |
@maxonfjvipon Maybe we can add a more human-readable message for this kind of mistakes? What do you think? |
@maxonfjvipon it helped, thank you. |
@volodya-lombrozo it's a default antl4 parsing error message, I'll check what I can do |
@volodya-lombrozo I believe, it's fixed |
@yegor256 How? |
@volodya-lombrozo @maxonfjvipon I suggest closing this one in favor of #3370 (they are very close to each other and once the first one is fixed, the second one will most definitely be fixed too) |
@volodya-lombrozo 2 puzzles #3706, #3707 are still not solved. |
@volodya-lombrozo 4 puzzles #3706, #3707, #3714, #3715 are still not solved. |
@volodya-lombrozo 2 puzzles #3706, #3707 are still not solved; solved: #3714, #3715. |
I have the following program:
I run the following command:
I get:
What does this message mean?
What should I do to be able to compile simple program with the use of variable?
The text was updated successfully, but these errors were encountered: