On 10/6/2010 2:47 PM, serge fukanchik wrote:
> : IDN '{' modelDefinition* | modelDefinitions '}'
> {
> System.out.println($IDN);
> }
> ;
>
syntax error. you have two alternatives, IDN is in the first alternative
but the action is in the second alternative. Surround the two
alternatives with parens.
(modelDefinition* | modelDefinitions)
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.