compiler construction - write parsed tokens and YYTEXT of flex lexical analyser to a file -
i need write token , text parsed of token in file flex analyser. want store each parsed token in output file.
someone has idea?
i didn't understand how flex works, after read more, discover how solve problem. used simple linked list save identifiers.
Comments
Post a Comment