OS General Concepts Question:
Tell me What are the different tasks of Lexical analysis?
Answer:
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
Previous Question | Next Question |
Do you know What are the different functions of Syntax phase, Scheduler? | Differentiate between Complier and Interpreter? |