Skip to content
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

Ignore the EOF rule #206

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Ignore the EOF rule #206

merged 1 commit into from
Dec 11, 2023

Conversation

renatahodovan
Copy link
Owner

EOF is not a real rule in ANTLR, it works as a parsing instruction to ensure to match the entire file. However, during generation it doesn't have any importance, hence it can be safely ignored.

@coveralls
Copy link

coveralls commented Dec 11, 2023

Coverage Status

coverage: 87.68% (-0.1%) from 87.79%
when pulling dffd111 on no-eof
into 4314fed on master.

EOF is not a real rule in ANTLR, it works as a parsing instruction to
ensure to match the entire file. However, during generation it doesn't
have any importance, hence it can be safely ignored.
Copy link
Collaborator

@akosthekiss akosthekiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@akosthekiss akosthekiss merged commit f48f3d6 into master Dec 11, 2023
52 checks passed
@akosthekiss akosthekiss deleted the no-eof branch December 11, 2023 13:01
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.

3 participants