[antlr-interest] Infinite loop after upgrade to 3.3

Ben Dotte ben.dotte at gmail.com
Tue Oct 11 13:16:28 PDT 2011


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