[antlr-interest] Bug in ANTLR-3.1.2 with tree grammar wildcard list label x+= ?

Terence Parr parrt at cs.usfca.edu
Sat Feb 28 08:58:16 PST 2009


hi. should work if output=AST (I added a comment to existing request  
to be sure):

http://www.antlr.org/jira/browse/ANTLR-381

if not output=AST, it doesn't know what to put in list.  the internal  
return object? one of the return values?

Ter
On Feb 27, 2009, at 4:07 PM, Laurent Caillette wrote:

>  (   p += levelIntroducer
>      | p += paragraph
>      | p += blockQuote
>      | p += literal
>      | p += bigDashedListItem
>      | p += cellRowSequence
>    )



More information about the antlr-interest mailing list