Question

Which of the following tasks is NOT typically performed during lexical analysis?

A Removing comments and whitespace Correct Answer Incorrect Answer
B Identifying keywords and operators Correct Answer Incorrect Answer
C Building the abstract syntax tree (AST) Correct Answer Incorrect Answer
D Tokenizing the source code Correct Answer Incorrect Answer

Solution

Building the abstract syntax tree (AST)    

Practice Next

Relevant for Exams:

×
×