pub fn signed_integer<'input>() -> Parser<'input, impl Parse<'input, Input = u8, Output = isize>>
Match a base-ten signed integer.