From someone who couldn't attend lab:
I have yet to successfully extract the data in yytext. I understand that it
is a global variable that exists in the flex produced C++ code, but I have
not yet been able to use it correctly. So far, I have been trying to implement
it by using it in the main, but this has failed to work. Is it possible to gain
some guidance?
From someone who couldn't attend lab: