Function parse_uint

Source
pub fn parse_uint(input: &str) -> IResult<&str, Box<Expr<'_>>>