Computer Science, asked by shalu28271, 1 year ago

Difference between lexical analysis and parsing in tabular form

Answers

Answered by Pramodkumarhani
2

Lexical Analysis vs Parsing

Lexical analysis

determines the individual tokens in a program

by examining the structure of the character sequence making up the program

token structure can be described by regular expressions

Parsing

determines the phrases of a program

phrase structure must be described using a context-free grammar


Similar questions