pub(crate) fn contains_top_level_comparison(s: &str) -> bool
true if s contains a comparison operator (> < >= <= == !=) at paren depth 0.
true
s
> < >= <= == !=