pub fn parse_expression(
    working_set: &mut StateWorkingSet<'_>,
    spans: &[Span],
    is_subexpression: bool
) -> Expression