All Downloads are FREE. Search and download functionalities are using the official Maven repository.

messages.attributeDescriptions.rightAssociative.html Maven / Gradle / Ivy

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