pub fn integer(input: &str) -> IResult<&str, BigInt>
Parses an input string and extracts an integer of arbitrary size (BigInt).
BigInt