[antlr-interest] a few questions

Lloyd Dupont lloyd at nova-mind.com
Tue May 31 23:47:07 PDT 2005


Neat ;)

----- Original Message ----- 
From: "Ric Klaren" <ric.klaren at gmail.com>

This is probably a bit friendlier than the big lookahead option:

ID:  // classical ID code 
       ....
     {
        if( $getText.equals("__attribute__") || .. )
            $setType(Token.SKIP);
     }
; 




More information about the antlr-interest mailing list