/[bison]/bison/src/scan-gram.l
ViewVC logotype

Diff of /bison/src/scan-gram.l

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by akim, Tue Jun 11 21:46:16 2002 UTC revision 1.5 by akim, Wed Jun 12 12:50:22 2002 UTC
# Line 440  blanks   [ \t\f]+ Line 440  blanks   [ \t\f]+
440    "$"("<".*">")?(-?[0-9]+|"$") { handle_dollar (yytext); }    "$"("<".*">")?(-?[0-9]+|"$") { handle_dollar (yytext); }
441    "@"(-?[0-9]+|"$")            { handle_at (yytext); }    "@"(-?[0-9]+|"$")            { handle_at (yytext); }
442    
443    [^\[\]$/\'\"@\{\}\n\r]+ YY_OBS_GROW;    [^$@\[\]/\'\"\{\}\n\r]+ YY_OBS_GROW;
444    {eols}        YY_OBS_GROW; YY_LINES;    {eols}        YY_OBS_GROW; YY_LINES;
445    
446    /* A lose $, or /, or etc. */    /* A lose $, or /, or etc. */
# Line 471  blanks   [ \t\f]+ Line 471  blanks   [ \t\f]+
471      return PROLOGUE;      return PROLOGUE;
472    }    }
473    
474    [^\[\]%\n\r]+   YY_OBS_GROW;    [^%\[\]/\'\"\n\r]+      YY_OBS_GROW;
475    "%"+[^%\}\n\r]+ YY_OBS_GROW;    "%"+[^%\}\n\r]+ YY_OBS_GROW;
476    {eols}          YY_OBS_GROW; YY_LINES;    {eols}          YY_OBS_GROW; YY_LINES;
477    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26