Lexical Analyzer transforms an input streams into -
Lexical Analyzer transforms an input streams into Sequence of tokens.
Lexical analysis:-
Lexical analysis is the process of analyzing a stream of individual characters, into a sequence of lexical tokens to feed into the parser.