pub fn parse_multiplicative_expr(pair: Pair<'_, Rule>) -> Result<Expr>
Parse multiplicative expression (a * b, a / b, a % b)