Go to the first, previous, next, last section, table of contents.


Operator Precedence

Another situation where shift/reduce conflicts appear is in arithmetic expressions. Here shifting is not always the preferred resolution; the Bison declarations for operator precedence allow you to specify when to shift and when to reduce.


Go to the first, previous, next, last section, table of contents.