%{ #include "y.tab.h" %} string \"[^"]*\" %% {string} { yylval.palavra = strdup(yytext); return STRING;} "," { return yytext[0]; } [ \n] {} %%