fn parse_signless_b<'i, 't>(
    input: &mut Parser<'i, 't>,
    a: i32,
    b_sign: i32
) -> Result<(i32, i32), BasicParseError<'i>>