Jim Idle wrote: > >> -----Original Message----- >> From: [email protected] [mailto:antlr-interest- >> [email protected]] On Behalf Of Mike Olson >> > > > >> I'm using the following rewrite rule to handle this: >> >> | ^(c=COLLECTION_LITERAL (e=exp)* ) >> > > > You need: > > (e+=exp)* > > Note the '+' > >
Or it could be as simple as that...:) Thanks Jim. Mike > Jim > > > > > > List: http://www.antlr.org/mailman/listinfo/antlr-interest > Unsubscribe: > http://www.antlr.org/mailman/options/antlr-interest/your-email-address > -- Mike Olson 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.
