pub fn is_partial(input: &str) -> bool
Returns true if the input looks like a partial expression (i.e. starts with an operator that needs a left-hand operand).