Once an operator has been defined using the INFIX.. tokens in the parser.y grammar, how does that grammar handle the parsing of later occurrences of the operator symbol in order to get the precedence right? -- Does Hugs handle that internally (externally to the .y grammar)? Hans Aberg