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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -