
messages.attributeDescriptions.rightAssociative.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grammar-kit Show documentation
Show all versions of grammar-kit Show documentation
Grammar-Kit library dedicated for language plugin developers.
The newest version!
Mark operator as right-associative, i.e. a = b = c should be equal to a = (b = c) while a + b + c usually equals to (a + b) + c.
Examples:
assign_expr ::= expr '=' expr { rightAssociative=true }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy