[antlr-interest] speaking of => etc...

Martin Probst mail at martin-probst.com
Thu Dec 8 12:26:17 PST 2005


Am Donnerstag, den 08.12.2005, 20:23 +0000 schrieb Micheal J:
> > How about this:
> > 
> > (...)?             optional subrule
> > (...)#>            syntactic predicate
> > {...}>>            hoisting disambiguating semantic predicate
> > {...}=>            gated semantic predicate
> 
> Better. Much better. We could protect/leverage more of what ANTLR-ites
> already learned:
> 
>  (...)?             optional subrule
>  (...)=>            syntactic predicate
>  {...}>>            hoisting disambiguating semantic predicate
>  {...}@>            gated semantic predicate
> 
> Everthing else stays the same as they are now.

+1. Much better.

Martin



More information about the antlr-interest mailing list