What are the different tasks of Lexical analysis?
Answers were Sorted based on User's Feedback
Answer / vengatesh
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.
| Is This Answer Correct ? | 16 Yes | 3 No |
Answer / varun
The purpose of the lexical analyzer is to partition the input text, delivering a sequence of comments and basic symbols. Comments are character sequences to be ignored, while basic symbols are character sequences that correspond to terminal symbols of the grammar defining the phrase structure of the input
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / arulmozhi.p
lexical analysis is the process of converting a sequence of
characters into a sequence of tokens.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / tushar
The purpose of the lexical analyzer is to partition the input text, delivering a sequence of comments and basic symbols. Comments are character sequences to be ignored, while basic symbols are character sequences that correspond to terminal symbols of the grammar defining the phrase structure of the input
| Is This Answer Correct ? | 6 Yes | 4 No |
Difference between logical and physical address space?
which is best among pipes, queues, shared memory and why?
Page replacement algorithm in Operating System?
How can multiple threads be controlled simultaneously?
Can you fix blue screen of death?
What is the difference between 32 bit and 64 bit os?
what is the relationship between page size and page table?
What is process communication?
How do you know if you need 32 bit or 64 bit software?
Give an example of Priority Inversion in Scheduling. What are the consequences of Priority Inversion?
Describe Operating system?
What is the purpose of ram in a computer?