Compiler Design

What is the name for the compiler phase that checks whether tokens conform to the grammatical structure of the language?

Correct answer

D. Syntax analysis

Explanation

Syntax analysis refers to the compiler phase that checks whether tokens conform to the grammatical structure of the language.