0
62kviews
Explain Role Of Lexical Analyser.

Subject: system programming and compiler construction

Topic: Lexical Analysis

Difficulty: Medium

1 Answer
2
3.3kviews

As the first phase of a compiler, the main task of the lexical analyzer is to read the input characters of the source program, group them into lexemes, and produce as output a sequence of tokens for each lexeme in the source program. The stream of tokens is sent to …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.