[antlr-interest] Undocumented ANTLR 3.0b6 Message?

Bert Williams gilbert.williams at prosync.com
Thu Feb 15 07:29:01 PST 2007


Greetings:

 

Whilst adding even more complexity to the grammar upon which I am working, I
got this message from the tool:

 

What does this mean?

 

 

The message came out after adding this fragment to my grammar.  I had to
enable backtracking to get ANTLR to handle the tail

differences without complaining.

 

perl_lpar_ere_expression 

options{

backtrack=true;

}

:

     perl_lpar_ere RPAREN

    | perl_lpar_ere ALTERNATE_PAREN

          ;

 

perl_lpar_ere :  perl_lpar ere ;

 

Tool Message:

 

 

F:\regexparse\tregex>java org.antlr.Tool -o src\com\prosync\regexparse
tregex.g

ANTLR Parser Generator  Version 3.0b6 (Jan 31, 2007)  1989-2007

non-LL(*) DFA 7

non-LL(*) DFA 7

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20070215/e519d045/attachment.html 


More information about the antlr-interest mailing list