Operating System
Programming and Technical
What are the different tasks of
Lexical analysis?
Read Solution (Total 1)
-
- The main task of lexical anlyzer is to form token.It takes source code as input & begin scanning from left to right & form token which are enter in the symbol table to generate parse tree during compilation.So lexical anlyzer is the first part of compilation.
- 7 years agoHelpfull: Yes(1) No(0)
Operating System Other Question