Lines Matching refs:lexical
8 .. index:: lexical analysis, parser, token
11 *tokens*, generated by the *lexical analyzer*. This chapter describes how the
12 lexical analyzer breaks a file into tokens.
105 encoding is used for all lexical analysis, including string literals, comments
246 error is found by the lexical analyzer --- the indentation of ``return r`` does
281 Identifiers (also referred to as *names*) are described by the following lexical
413 String literals are described by the following lexical definitions:
787 Integer literals are described by the following lexical definitions:
831 Floating point literals are described by the following lexical definitions:
861 Imaginary literals are described by the following lexical definitions:
914 tokens or are otherwise significant to the lexical analyzer: