Support for variable arity arguments in attributes

Issue #225 new
Jesper Öqvist created an issue

JastAdd2 version: 2.1.11-25-gceb8b66

Attribute declarations currently can not have variable arity arguments, for example:

syn Problem AttrEq.errorf(String messagefmt, String... args);

This is treated as a syntax error. It would be nice if attributes could use variable arity arguments.

Comments (0)

  1. Log in to comment