Wiki

Clone wiki

inf225public / glossary / Associativity rule

[Alphabetical Index | Tag Index]

Associativity rule

A Disambiguation rule stating that an operator is either left-, right- or non-associative. E.g., in Rascal: syntax Expr = left (Expr "*" Expr | Expr "/" Expr );

Updated