520 likes | 537 Views
Lexical Analysis. What is lexical analysis?How to specify the acceptable tokens in a language?E.g., Identifier, integers, odd number of 1's, etc.How to identify tokens based on the language?IntuitivelyRE to NFA to DFA to scannerCombine multiple REsIs it necessary to look ahead?Rules to resol
E N D