[pypy-svn] r29045 - pypy/dist/pypy/doc

ericvrp at codespeak.net ericvrp at codespeak.net
Wed Jun 21 12:00:14 CEST 2006


Author: ericvrp
Date: Wed Jun 21 12:00:13 2006
New Revision: 29045

Added:
   pypy/dist/pypy/doc/glossary.txt   (contents, props changed)
Log:
Collection of glossary topics.


Added: pypy/dist/pypy/doc/glossary.txt
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/doc/glossary.txt	Wed Jun 21 12:00:13 2006
@@ -0,0 +1,65 @@
+==========================
+PyPy - Glossary
+==========================
+
+.. contents::
+
+
+annotator
+----------------------------------------------------------------------
+
+application level
+--------------------------------------------
+
+backend
+----------------------------------------------------------------------
+
+interpreter level
+--------------------------------------------
+
+l3interpreter (?)
+----------------------------------------------------------------------
+
+llinterpreter (?)
+----------------------------------------------------------------------
+
+lltype (?)
+----------------------------------------------------------------------
+
+mixed module
+----------------------------------------------------------------------
+
+object space
+----------------------------------------------------------------------
+
+ootype (?)
+----------------------------------------------------------------------
+
+prebuilt constant
+--------------------------------------------
+
+rpython
+--------------------------------------------
+
+rtyper
+--------------------------------------------
+
+specialization
+--------------------------------------------
+
+stackless
+----------------------------------------------------------------------
+
+standard interpreter
+--------------------------------------------
+
+translator
+----------------------------------------------------------------------
+
+
+
+
+.. _`RPython`: coding-guide.html#rpython
+.. _`getting-started`: getting-started.html
+
+.. include:: _ref.txt



More information about the Pypy-commit mailing list