### Added
- Added grammar rules for variadic parameters (`...name` and `type ...name`). The parameter AST node now carries a `"variadic" => 1` flag so the compiler can generate variadic functions/methods
([zephir-lang/zephir#2025](https://github.com/zephir-lang/zephir/issues/2025)).