Skip to content

Conversation

@punchagan
Copy link

This change also modifies the precedence of modifiers to be prec.right instead of prec.left since we want to parse all the modifiers and not only the ones that don't conflict. For instance, final override modifiers should both be parsed as modifiers and not just final as a modifier and override as a simple_identifier.

This change also modifies the precedence of modifiers to be prec.right
instead of prec.left since we want to parse all the modifiers and not
only the ones that don't conflict. For instance, `final override`
modifiers should both be parsed as modifiers and not just `final` as a
modifier and `override` as a simple_identifier.
@github-actions github-actions bot added the grammar Related to the grammar label Dec 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

grammar Related to the grammar

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant