File: dir-reference.rst

package info (click to toggle)
pypy 7.0.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 107,216 kB
  • sloc: python: 1,201,787; ansic: 62,419; asm: 5,169; cpp: 3,017; sh: 2,534; makefile: 545; xml: 243; lisp: 45; awk: 4
file content (48 lines) | stat: -rw-r--r-- 2,366 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
RPython directory cross-reference
=================================

Here is a fully referenced alphabetical two-level deep
directory overview of RPython:

========================================  ============================================
Directory                                 explanation/links
========================================  ============================================
:source:`rpython/annotator/`              :ref:`type inferencing code <annotator>` for
                                          :doc:`RPython <rpython>` programs

:source:`rpython/config/`                 handles the numerous options for RPython

:source:`rpython/flowspace/`              the :ref:`flow graph builder<flow-graphs>` implementing
                                          `abstract interpretation`_

:source:`rpython/rlib/`                   a :doc:`"standard library" <rlib>` for :doc:`RPython <rpython>`
                                          programs

:source:`rpython/rtyper/`                 the :ref:`RPython Typer <rtyper>`

:source:`rpython/rtyper/lltypesystem/`    the :ref:`low-level type system <low-level-types>` for
                                          C-like backends

:source:`rpython/memory/`                 the :doc:`garbage collector <garbage_collection>` construction
                                          framework

:source:`rpython/tool/algo/`              general-purpose algorithmic and mathematic tools

:source:`rpython/translator/`             :doc:`translation <translation>` backends and support code

:source:`rpython/translator/backendopt/`  general optimizations that run before a
                                          backend generates code

:source:`rpython/translator/c/`           the :ref:`GenC backend <genc>`, producing C code
                                          from an RPython program (generally via the :doc:`rtyper <rtyper>`)

:source:`rpython/translator/jvm/`         the Java backend

:source:`rpython/translator/tool/`        helper tools for translation

:source:`dotviewer/`                      :ref:`graph viewer <try-out-the-translator>`
========================================  ============================================

.. _abstract interpretation: http://en.wikipedia.org/wiki/Abstract_interpretation
.. _.NET: http://www.microsoft.com/net/
.. _Mono: http://www.mono-project.com/