[antlr-interest] is there anyway turn on or off (ignore case|case insensitive) ?

Kevin Chen bestgembler at hotmail.com
Wed May 20 07:23:42 PDT 2009


Thanks a lot for your help Jim!! And your website is amazing !    0.0

By the way:

Could you tell me what's the diffrrence in the following situations, please?

(1)Token:

  tokens{

     SELECT;
  }

(2)Token:

  tokens{
     SELECT = 'select';
  }

(3)Rule:

  SELECT : 'select';

(4)Rule:


  fragment SELECT : 'select';

_________________________________________________________________
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20090520/d7a5079d/attachment.html 


More information about the antlr-interest mailing list