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

Micheal J open.zone at virgin.net
Thu Dec 8 12:23:19 PST 2005


> 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.

Micheal



More information about the antlr-interest mailing list