Which of the following tasks are performed during the lexical analysis phase?
Explanation
The lexical analysis phase involves several key tasks: constructing a unified symbol table, creating separate tables for literals and identifiers, and dissecting the source program into its basic tokens. Therefore, all the tasks listed are part of lexical analysis.