Lines Matching refs:single
9 single: lexical analysis
10 single: parser
11 single: token
47 .. index:: single: line structure
58 single: logical line
59 single: physical line
60 single: line joining
61 single: NEWLINE token
94 single: comment
95 single: hash character
143 single: physical line
144 single: line joining
145 single: line continuation
146 single: backslash character
151 a single logical line, deleting the backslash and the following end-of-line
191 .. index:: single: blank line
207 single: indentation
208 single: whitespace
209 single: leading whitespace
210 single: space
211 single: tab
212 single: grouping
213 single: statement grouping
229 indentation in a single source file. It should also be noted that different
238 single: INDENT token
239 single: DEDENT token
244 Before the first line of the file is read, a single zero is pushed on the stack;
315 single: identifier
316 single: name
337 single: keyword
338 single: reserved word
409 single: literal
410 single: constant
420 .. index:: single: string literal
424 .. index:: single: ASCII@ASCII
446 single: triple-quoted string
447 single: Unicode Consortium
448 single: string; Unicode
449 single: raw string
451 In plain English: String literals can be enclosed in matching single quotes
453 of three single or double quotes (these are generally referred to as
472 single: physical line
473 single: escape sequence
474 single: Standard C
475 single: C
521 .. index:: single: ASCII@ASCII
546 .. index:: single: unrecognized escape sequence
563 single backslash* (since the backslash would escape the following quote
564 character). Note also that a single backslash followed by a newline is
606 single: number
607 single: numeric literal
608 single: integer literal
609 single: plain integer literal
610 single: long integer literal
611 single: floating point literal
612 single: hexadecimal literal
613 single: binary literal
614 single: octal literal
615 single: decimal literal
616 single: imaginary literal
617 single: complex; literal
717 .. index:: single: operators
737 .. index:: single: delimiters
760 .. index:: single: ASCII@ASCII