What is Lexical analysis?

devquora
devquora

Posted On: Dec 30, 2020

 

Lexical analysis is the first phase of a compilation that is used to convert the input from a simple sequence of characters into a list of tokens of different kinds, such as numerical and string constants, variable identifiers, and programming language keywords.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions