Discuss briefly the functionality of yylex() Function in Flex.?

  • Thread starter Thread starter Muhammad Younus Shahzad
  • Start date Start date
M

Muhammad Younus Shahzad

Guest
this is computer compiler related problem and please give logical and concise answer
 
When the lexer is running calling yylex() returns the next token from the lexer (which gets it from the input stream).
 
Back
Top