pub fn parse_no_optimize(
    input: &str
) -> Result<MelExpr, ParseError<VerboseError<&str>>>