Changes between Version 19 and Version 20 of CaoCourseTme3
- Timestamp:
- Feb 17, 2007, 4:39:22 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CaoCourseTme3
v19 v20 66 66 67 67 %% 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++;} 70 expression1 {printf("TOKEN1: %s\n", yytext);} 71 expression2 {printf("TOKEN2: %s\n", yytext);} 72 expression3 {printf("TOKEN3: %s\n", yytext);} 73 73 %% 74 74