Changes between Version 19 and Version 20 of CaoCourseTme3


Ignore:
Timestamp:
Feb 17, 2007, 4:39:22 PM (18 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CaoCourseTme3

    v19 v20  
    6666
    6767%%
    68 [ \t]              {]                   
    69 \n                {yylineno++;}
    70 regle1          {printf("TOKEN1: %s\n", yytext);}
    71 regle2          {printf("TOKEN2: %s\n", yytext);}
    72 regle3          {printf("TOKEN3: %s\n", yytext);}
     68[ \t]                       {]                   
     69\n                         {yylineno++;}
     70expression1          {printf("TOKEN1: %s\n", yytext);}
     71expression2          {printf("TOKEN2: %s\n", yytext);}
     72expression3          {printf("TOKEN3: %s\n", yytext);}
    7373%%
    7474