cpython/Doc/library/language.rst

30 lines
523 B
ReStructuredText
Raw Normal View History

2007-08-15 11:28:01 -03:00
.. _language:
************************
Python Language Services
************************
Python provides a number of modules to assist in working with the Python
language. These modules support tokenizing, parsing, syntax analysis, bytecode
disassembly, and various other facilities.
These modules include:
.. toctree::
parser.rst
ast.rst
2008-08-16 18:04:16 -03:00
symtable.rst
2007-08-15 11:28:01 -03:00
symbol.rst
token.rst
keyword.rst
tokenize.rst
tabnanny.rst
pyclbr.rst
py_compile.rst
compileall.rst
dis.rst
pickletools.rst