Skip to content

Add IN_EXPECTED_AFTER_IDENTIFIER error #665

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

Merged
merged 2 commits into from
Sep 20, 2022
Merged

Conversation

henriquelalves
Copy link
Contributor

Fix #625

Adding an error when the user doesn't write a valid identifier in a for loop. Had to check when Godot throws this error, but it basically happens when the parser finishes interpreting an identifier after a for and it's expecting an in; so the user may have used punctuations or spaces in the identifier, or forgot to add an in to the for loop.

@NathanLovato NathanLovato merged commit 4bcc183 into main Sep 20, 2022
@NathanLovato NathanLovato deleted the fix/625-improve-error branch September 20, 2022 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduction to For Loops - Missing Error Describtion
2 participants