| Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 1 | .. _language: | 
 | 2 |  | 
 | 3 | ************************ | 
 | 4 | Python Language Services | 
 | 5 | ************************ | 
 | 6 |  | 
 | 7 | Python provides a number of modules to assist in working with the Python | 
 | 8 | language.  These modules support tokenizing, parsing, syntax analysis, bytecode | 
 | 9 | disassembly, and various other facilities. | 
 | 10 |  | 
 | 11 | These modules include: | 
 | 12 |  | 
 | 13 |  | 
 | 14 | .. toctree:: | 
 | 15 |  | 
 | 16 |    parser.rst | 
| Georg Brandl | 0c77a82 | 2008-06-10 16:37:50 +0000 | [diff] [blame] | 17 |    ast.rst | 
| Benjamin Peterson | 55e00f2 | 2008-08-17 18:02:44 +0000 | [diff] [blame] | 18 |    symtable.rst | 
| Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 19 |    symbol.rst | 
 | 20 |    token.rst | 
 | 21 |    keyword.rst | 
 | 22 |    tokenize.rst | 
 | 23 |    tabnanny.rst | 
 | 24 |    pyclbr.rst | 
 | 25 |    py_compile.rst | 
 | 26 |    compileall.rst | 
 | 27 |    dis.rst | 
 | 28 |    pickletools.rst |