pub fn compare_complexity(expr1: &TLExpr, expr2: &TLExpr) -> Ordering
Compare two expressions by their complexity.
Returns the simpler expression first.