Computer Science, asked by abhi11231, 11 months ago

Explain tokens, pattern, lexeme and attribute with suitable example in principle of compiler and designing

Answers

Answered by HemanthBHK
0

Token: Token is a sequence of characters that can be treated as a single logical entity. Typical tokens are,

1) Identifiers 2) keywords 3) operators 4) special symbols 5)constants

Pattern: A set of strings in the input for which the same token is produced as output. This set of strings is described by a rule called a pattern associated with the token.

Lexeme: A lexeme is a sequence of characters in the source program that is matched by the pattern for a token.

Similar questions