get_left_most_expr
return get_left_most_expr(expr->left);
left = get_left_most_expr(expr->left);
right = get_left_most_expr(expr->right);