コード例 #1
0
ファイル: Parser.cs プロジェクト: JOBBIN9422/cSharpCalc
 public bool opIsRightAssociative(Operator op)
 {
     return(op.getValue().Equals("^"));
 }