Example #1
0
 public static void Rule(BinaryOp400 lhs, OpShiftRight op)
 {
     lhs.CodeFunctor = new CodeFunctor(op.Text, 2, true);
 }
Example #2
0
 public static void Rule(BinaryOp400 lhs, OpShiftRight op)
 {
     lhs.CodeFunctor = new CodeFunctor(op.Text, 2, true);
 }