.y & precedence

Hans Aberg haberg@matematik.su.se
Sun, 28 Jan 2001 15:58:10 +0100


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