Compiler Design

What term describes the following? a sequence of characters in source code that matches the pattern for a token.

Correct answer

A. Lexeme

Explanation

Lexeme refers to a sequence of characters in source code that matches the pattern for a token.