blob: 510f064c76d795f288102954baeb34d7698b6ca4 [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. _language:
2
3************************
4Python Language Services
5************************
6
7Python provides a number of modules to assist in working with the Python
8language. These modules support tokenizing, parsing, syntax analysis, bytecode
9disassembly, and various other facilities.
10
11These modules include:
12
13
14.. toctree::
15
Georg Brandl0c77a822008-06-10 16:37:50 +000016 ast.rst
Benjamin Peterson55e00f22008-08-17 18:02:44 +000017 symtable.rst
Georg Brandl116aa622007-08-15 14:28:22 +000018 token.rst
19 keyword.rst
20 tokenize.rst
21 tabnanny.rst
22 pyclbr.rst
23 py_compile.rst
24 compileall.rst
25 dis.rst
26 pickletools.rst