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 |
Explain pcb.
How do I sort files?
Can you access a variable within a worker thread from the main thread?
What is a hard real time OS?
What are the main difference between Micro-controller and micro-processor?
18 Answers BEL, Core, Digicom, IBM,
How often should I run chkdsk?
How do I search for a file?
What is the advantage of a multiprocessor system?
What is the difference between tty and pts?
How do I copy and paste a file location?
What is risc technology?
Define latency, transfer and seek time with respect to disk I/O.