pub fn text_is_self_contained_arithmetic_expression(text: &str) -> bool
Returns whether text parses as an arithmetic expression without variable references or assignments.
text