/[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.5 by akim, Wed Jun 12 12:50:22 2002 UTC revision 1.6 by akim, Wed Jun 12 15:14:59 2002 UTC
# Line 437  blanks   [ \t\f]+ Line 437  blanks   [ \t\f]+
437    
438    "{"           YY_OBS_GROW; braces_level++;    "{"           YY_OBS_GROW; braces_level++;
439    
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;

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

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