예제 #1
0
 public static RelOpNode FromSymbol(int line, string symbol)
 => new RelOpNode(line, symbol, BinaryOperations.RelationalFromSymbol(symbol));