Multiple choice Which of the following is/are the tasks of lexical analysis? Build a uniform symbol table Build an identifier table Parse the source program into basic tokens All of the above - Reveal answer Fill a bubble to check yourself D Correct answer Explanation Lexical analysis includes the process of converting the characters into tokens. It is combined with the parser, which analyses the syntax of programming languages.