Due to the rule in line 734
field_declaration
: variable_declarators[$t] ';'
-> ^(FIELD_DECL variable_declarators)
;
the ANTLR compiler generates the error
/C#ToKDM/grammars/CsRewriteRules.g:0:: attribute is not a token,
parameter, or return value: t
1 error
with a wrong line number. (The error itself is detected correctly as $t
is not declared in the rule's scope.)
I cannot post this bug on Jira due to limited rights. Perhaps, someone
could forward this report.
Regards,
Christian
List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe:
http://www.antlr.org/mailman/options/antlr-interest/your-email-address
--
You received this message because you are subscribed to the Google Groups
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/il-antlr-interest?hl=en.