pub fn parse_integer(code: &str) -> IResult<&str, Integer>
Parse source code to get an Integer type.
Integer