Function parse_pow

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