예제 #1
0
파일: Prec.cs 프로젝트: GAIMJKP/cntksharp
 /// <summary> Binary operators, when on the left. </summary>
 public static int Binary(BinaryOp op) =>
 Conditional + 1 + op.Priority();