pub fn parse_function_arg(input: &str) -> IResult<&str, Expr>
Parse a single function argument (supports expressions or star)