shift_expr

shift_expr 
      ::= add_expr 
      | shift_expr ">>" add_expr 
      | shift_expr "<<" add_expr 

[rule list]
This rule is called by

-> and_expr -> shift_expr