[antlr-interest] upgrade question

nagii5 nagii5 at yahoo.com
Fri Feb 15 18:31:10 PST 2002


Upgrading from 2.7.0 to 2.7.1 

So i had this Token 

protected SCRIPT: "<%" MY_CONTENT "%>" ;

protected MY_CONTENT
  : ~('!' | '=' | '@' | '-' | '%' | '\uffff') 
    ( {!(LA(1) == '%' && LA(2) == '>') }? NL_CTR )* ; 

protected NL_CTR :c:. { if (c=='\n') newline(); } ;

also my 
charVocabulary = '\3'..'\uffff'


Doesnt seem to get kicked in..
AM i doing anything wrong?
why is the generated code different in both cases?
and why did this work with 270?

TIA
nagesh




 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list