René's URL Explorer Experiment


Title: 2. Lexical analysis — Python v3.2.6 documentation

direct link

Domain: docs.python.org

Nonetext/html; charset=utf-8

Links:

indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/reference/datamodel.html
previoushttps://docs.python.org/3.2/reference/introduction.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Language Referencehttps://docs.python.org/3.2/reference/index.html
https://docs.python.org/3.2/reference/lexical_analysis.html#lexical-analysis
PEP 3120http://www.python.org/dev/peps/pep-3120
SyntaxErrorhttps://docs.python.org/3.2/library/exceptions.html#SyntaxError
https://docs.python.org/3.2/reference/lexical_analysis.html#line-structure
https://docs.python.org/3.2/reference/lexical_analysis.html#logical-lines
https://docs.python.org/3.2/reference/lexical_analysis.html#physical-lines
https://docs.python.org/3.2/reference/lexical_analysis.html#comments
https://docs.python.org/3.2/reference/lexical_analysis.html#encoding-declarations
https://docs.python.org/3.2/reference/lexical_analysis.html#explicit-line-joining
https://docs.python.org/3.2/reference/lexical_analysis.html#implicit-line-joining
https://docs.python.org/3.2/reference/lexical_analysis.html#blank-lines
https://docs.python.org/3.2/reference/lexical_analysis.html#indentation
TabErrorhttps://docs.python.org/3.2/library/exceptions.html#TabError
https://docs.python.org/3.2/reference/lexical_analysis.html#whitespace-between-tokens
https://docs.python.org/3.2/reference/lexical_analysis.html#other-tokens
https://docs.python.org/3.2/reference/lexical_analysis.html#identifiers
PEP 3131http://www.python.org/dev/peps/pep-3131
PEP 3131http://www.python.org/dev/peps/pep-3131
unicodedatahttps://docs.python.org/3.2/library/unicodedata.html#module-unicodedata
xid_starthttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-xid_start
xid_continuehttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-xid_continue
id_starthttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-id_start
id_starthttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-id_start
id_continuehttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-id_continue
PropList.txthttp://unicode.org/Public/UNIDATA/PropList.txt
http://www.dcl.hpi.uni-potsdam.de/home/loewis/table-3131.htmlhttp://www.dcl.hpi.uni-potsdam.de/home/loewis/table-3131.html
https://docs.python.org/3.2/reference/lexical_analysis.html#keywords
https://docs.python.org/3.2/reference/lexical_analysis.html#reserved-classes-of-identifiers
builtinshttps://docs.python.org/3.2/library/builtins.html#module-builtins
The import statementhttps://docs.python.org/3.2/reference/simple_stmts.html#import
gettexthttps://docs.python.org/3.2/library/gettext.html#module-gettext
Special method nameshttps://docs.python.org/3.2/reference/datamodel.html#specialnames
Identifiers (Names)https://docs.python.org/3.2/reference/expressions.html#atom-identifiers
https://docs.python.org/3.2/reference/lexical_analysis.html#literals
https://docs.python.org/3.2/reference/lexical_analysis.html#string-and-bytes-literals
stringprefixhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-stringprefix
shortstringhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-shortstring
longstringhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-longstring
shortstringitemhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-shortstringitem
shortstringitemhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-shortstringitem
longstringitemhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-longstringitem
longstringitemhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-longstringitem
shortstringcharhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-shortstringchar
stringescapeseqhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-stringescapeseq
longstringcharhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-longstringchar
stringescapeseqhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-stringescapeseq
bytesprefixhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-bytesprefix
shortbyteshttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-shortbytes
longbyteshttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-longbytes
shortbytesitemhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-shortbytesitem
shortbytesitemhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-shortbytesitem
longbytesitemhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-longbytesitem
longbytesitemhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-longbytesitem
shortbytescharhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-shortbyteschar
bytesescapeseqhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-bytesescapeseq
longbytescharhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-longbyteschar
bytesescapeseqhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-bytesescapeseq
stringprefixhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-stringprefix
bytesprefixhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-bytesprefix
Encoding declarationshttps://docs.python.org/3.2/reference/lexical_analysis.html#encodings
byteshttps://docs.python.org/3.2/library/functions.html#bytes
strhttps://docs.python.org/3.2/library/functions.html#str
https://docs.python.org/3.2/reference/lexical_analysis.html#string-literal-concatenation
https://docs.python.org/3.2/reference/lexical_analysis.html#numeric-literals
https://docs.python.org/3.2/reference/lexical_analysis.html#integer-literals
decimalintegerhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-decimalinteger
octintegerhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-octinteger
hexintegerhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-hexinteger
binintegerhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-bininteger
nonzerodigithttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-nonzerodigit
digithttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-digit
octdigithttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-octdigit
hexdigithttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-hexdigit
bindigithttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-bindigit
digithttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-digit
https://docs.python.org/3.2/reference/lexical_analysis.html#floating-point-literals
pointfloathttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-pointfloat
exponentfloathttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-exponentfloat
intparthttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-intpart
fractionhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-fraction
intparthttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-intpart
intparthttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-intpart
pointfloathttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-pointfloat
exponenthttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-exponent
digithttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-digit
digithttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-digit
digithttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-digit
https://docs.python.org/3.2/reference/lexical_analysis.html#imaginary-literals
floatnumberhttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-floatnumber
intparthttps://docs.python.org/3.2/reference/lexical_analysis.html#grammar-token-intpart
https://docs.python.org/3.2/reference/lexical_analysis.html#operators
https://docs.python.org/3.2/reference/lexical_analysis.html#delimiters
Table Of Contentshttps://docs.python.org/3.2/contents.html
2. Lexical analysishttps://docs.python.org/3.2/reference/lexical_analysis.html
2.1. Line structurehttps://docs.python.org/3.2/reference/lexical_analysis.html#line-structure
2.1.1. Logical lineshttps://docs.python.org/3.2/reference/lexical_analysis.html#logical-lines
2.1.2. Physical lineshttps://docs.python.org/3.2/reference/lexical_analysis.html#physical-lines
2.1.3. Commentshttps://docs.python.org/3.2/reference/lexical_analysis.html#comments
2.1.4. Encoding declarationshttps://docs.python.org/3.2/reference/lexical_analysis.html#encoding-declarations
2.1.5. Explicit line joininghttps://docs.python.org/3.2/reference/lexical_analysis.html#explicit-line-joining
2.1.6. Implicit line joininghttps://docs.python.org/3.2/reference/lexical_analysis.html#implicit-line-joining
2.1.7. Blank lineshttps://docs.python.org/3.2/reference/lexical_analysis.html#blank-lines
2.1.8. Indentationhttps://docs.python.org/3.2/reference/lexical_analysis.html#indentation
2.1.9. Whitespace between tokenshttps://docs.python.org/3.2/reference/lexical_analysis.html#whitespace-between-tokens
2.2. Other tokenshttps://docs.python.org/3.2/reference/lexical_analysis.html#other-tokens
2.3. Identifiers and keywordshttps://docs.python.org/3.2/reference/lexical_analysis.html#identifiers
2.3.1. Keywordshttps://docs.python.org/3.2/reference/lexical_analysis.html#keywords
2.3.2. Reserved classes of identifiershttps://docs.python.org/3.2/reference/lexical_analysis.html#reserved-classes-of-identifiers
2.4. Literalshttps://docs.python.org/3.2/reference/lexical_analysis.html#literals
2.4.1. String and Bytes literalshttps://docs.python.org/3.2/reference/lexical_analysis.html#string-and-bytes-literals
2.4.2. String literal concatenationhttps://docs.python.org/3.2/reference/lexical_analysis.html#string-literal-concatenation
2.4.3. Numeric literalshttps://docs.python.org/3.2/reference/lexical_analysis.html#numeric-literals
2.4.4. Integer literalshttps://docs.python.org/3.2/reference/lexical_analysis.html#integer-literals
2.4.5. Floating point literalshttps://docs.python.org/3.2/reference/lexical_analysis.html#floating-point-literals
2.4.6. Imaginary literalshttps://docs.python.org/3.2/reference/lexical_analysis.html#imaginary-literals
2.5. Operatorshttps://docs.python.org/3.2/reference/lexical_analysis.html#operators
2.6. Delimitershttps://docs.python.org/3.2/reference/lexical_analysis.html#delimiters
1. Introductionhttps://docs.python.org/3.2/reference/introduction.html
3. Data modelhttps://docs.python.org/3.2/reference/datamodel.html
Report a Bughttps://docs.python.org/3.2/bugs.html
Show Sourcehttps://docs.python.org/3.2/_sources/reference/lexical_analysis.txt
indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/reference/datamodel.html
previoushttps://docs.python.org/3.2/reference/introduction.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
The Python Language Referencehttps://docs.python.org/3.2/reference/index.html
Copyrighthttps://docs.python.org/3.2/copyright.html
Please donate.http://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.