Design a lexical analyzer for identifying different types of token used in C language
Answers
Answered by
19
The lexical analyzer is the part of the compiler that detects the token of the program and sends it to the syntax analyzer. Token is the smallest entity of the code, it is either a keyword, identifier, constant, string literal, symbol. Examples of different types of tokens in C.
mark ......
...
Answered by
5
Answer:
Attachments:
Similar questions
Science,
3 months ago
English,
3 months ago
Math,
8 months ago
Accountancy,
1 year ago
Math,
1 year ago