15-212: Principles of Programming |
Many applications require some form of tokenization or lexical analysis to be carried out as a preprocessing step. Examples include compiling programming languages, processing natural languages, or manipulating HTML pages to extract structure. As an example, we study a lexical analyzer for a simple language of arithmetic expressions.
[ CS 15-212 Home page | schedule | language | assignments | handouts ]