[pypy-svn] r10803 - pypy/dist/pypy/documentation

arigo at codespeak.net arigo at codespeak.net
Sun Apr 17 23:50:19 CEST 2005


Author: arigo
Date: Sun Apr 17 23:50:18 2005
New Revision: 10803

Modified:
   pypy/dist/pypy/documentation/translation.txt
Log:
small addition.

Modified: pypy/dist/pypy/documentation/translation.txt
==============================================================================
--- pypy/dist/pypy/documentation/translation.txt	(original)
+++ pypy/dist/pypy/documentation/translation.txt	Sun Apr 17 23:50:18 2005
@@ -31,6 +31,8 @@
 
 4. One of the Code Generators (XXX not documented yet) turns the optionally annotated flow graphs and produces a source file in a lower-level language: C_, LLVM_, `Common Lisp`_, Pyrex_, Java_, or `Python again`_ (this is used in PyPy to turn sufficiently RPythonic app-level code into interp-level code).
 
+5. This lower-level source file is compiled to produce an executable.
+
 .. _`translator.py`: http://codespeak.net/svn/pypy/dist/pypy/translator/translator.py
 .. _`play around`: getting_started.html#trying-out-the-translator
 .. _`Flow Object Space`: objspace.html#the-flow-object-space



More information about the Pypy-commit mailing list