[antlr-interest] Infinite loop after upgrade to 3.3

Terence Parr parrt at cs.usfca.edu
Tue Oct 11 13:54:54 PDT 2011


maybe an empty lexer rule or one that could match nothign?
Ter
On Oct 11, 2011, at 1:16 PM, Ben Dotte wrote:

> Sorry, it has been a while since I worked with Antlr!
> 
> In that case, no I do not see any.
> 
> On Tue, Oct 11, 2011 at 3:11 PM, Terence Parr <parrt at cs.usfca.edu> wrote:
> hi. semantic preds look like {..}? :)
> Ter
> On Oct 11, 2011, at 1:08 PM, Ben Dotte wrote:
> 
> > Yes, there are a couple rules with semantic predicates:
> >
> > fieldSearch
> > : (TEXT ':'^)? (subSearch | negationSearch)
> > ;
> >
> > negationSearch
> > : ('-'^)? (quotedSearch | dateRangeSearch | comparisonSearch | idSearch |
> > wildcardSearch | term)
> > ;
> 
> 
> 
> List: http://www.antlr.org/mailman/listinfo/antlr-interest
> Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address
> 



More information about the antlr-interest mailing list