Computer Science, asked by SaniaRaj365, 5 months ago

Various data structures used in lexical analysis

Answers

Answered by shuklaarchana706
0

Answer:

Token : When discussing lexical analysis, we use three related but distinct terms:  A token is a pair consisting of a token name and an optional attribute value. ... For identifiers and some other tokens, the pattern is a more complex structure that is matched by many strings. 9. One token for each keyword.

Similar questions