public static RelOpNode FromSymbol(int line, string symbol) => new RelOpNode(line, symbol, BinaryOperations.RelationalFromSymbol(symbol));