InterviewSolution
Saved Bookmarks
| 1. |
Difference between lexical analysis and parsing in tabular form |
|
Answer» 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 |
|