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

Ensure that label names in processor start with capital letter #231

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

renatahodovan
Copy link
Owner

The change is needed since even if ANTLR enables to have lower-case label names, but it will convert them to start with capital letter eventually, since the Context class created from them must be capital. Since the name of this Context class will be used by grammarinator-parse to create nodes from labelled rules, we need to ensure a common naming schema.

The change is needed since even if ANTLR enables to have lower-case
label names, but it will convert them to start with capital letter
eventually, since the Context class created from them must be capital.
Since the name of this Context class will be used by grammarinator-parse
to create nodes from labelled rules, we need to ensure a common
naming schema.
@renatahodovan renatahodovan requested a review from akosthekiss June 5, 2024 07:53
@coveralls
Copy link

Coverage Status

coverage: 84.026% (+1.7%) from 82.356%
when pulling 6dfacc4 on label-up
into 7bb9556 on master.

@akosthekiss akosthekiss merged commit c0717df into master Jun 5, 2024
46 checks passed
@akosthekiss akosthekiss deleted the label-up branch June 5, 2024 08: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