pub fn parse_bool_expr(
    input: Z80Span
) -> IResult<Z80Span, LocatedExpr, Z80ParserError>