Skip to content

Commit

Permalink
Update 1A.l
Browse files Browse the repository at this point in the history
  • Loading branch information
pratyushmp authored Jun 11, 2020
1 parent d4dcc2f commit bac38f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program - 1/1A.l
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[0-9]+ {id++;
printf("The identifier is %s\n",yytext);
}
[+*] {optr++;
[+|-|*|/] {optr++;
printf("The operator is %s\n",yytext);
}
[(] p++;
Expand Down

0 comments on commit bac38f2

Please sign in to comment.