[pypy-svn] r69954 - pypy/trunk/pypy/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Dec 7 17:42:26 CET 2009


Author: cfbolz
Date: Mon Dec  7 17:42:26 2009
New Revision: 69954

Modified:
   pypy/trunk/pypy/doc/_ref.txt
   pypy/trunk/pypy/doc/docindex.txt
   pypy/trunk/pypy/doc/faq.txt
   pypy/trunk/pypy/doc/rlib.txt
Log:
kill some references to the prolog interpreter


Modified: pypy/trunk/pypy/doc/_ref.txt
==============================================================================
--- pypy/trunk/pypy/doc/_ref.txt	(original)
+++ pypy/trunk/pypy/doc/_ref.txt	Mon Dec  7 17:42:26 2009
@@ -47,11 +47,6 @@
 .. _`pypy/interpreter/typedef.py`: ../../pypy/interpreter/typedef.py
 .. _`lang/`: ../../pypy/lang
 .. _`lang/js/`: ../../pypy/lang/js
-.. _`lang/prolog/`: ../../pypy/lang/prolog
-.. _`pypy/lang/prolog/builtin/`: ../../pypy/lang/prolog/builtin
-.. _`pypy/lang/prolog/builtin/control.py`: ../../pypy/lang/prolog/builtin/control.py
-.. _`pypy/lang/prolog/interpreter/engine.py`: ../../pypy/lang/prolog/interpreter/engine.py
-.. _`pypy/lang/prolog/interpreter/term.py`: ../../pypy/lang/prolog/interpreter/term.py
 .. _`lib/`:
 .. _`pypy/lib/`: ../../pypy/lib
 .. _`lib/app_test/`: ../../pypy/lib/app_test
@@ -109,7 +104,6 @@
 .. _`translator/cli/`: ../../pypy/translator/cli
 .. _`translator/goal/`: ../../pypy/translator/goal
 .. _`pypy/translator/goal/targetnopstandalone.py`: ../../pypy/translator/goal/targetnopstandalone.py
-.. _`pypy/translator/goal/targetprologstandalone.py`: ../../pypy/translator/goal/targetprologstandalone.py
 .. _`translator/jvm/`: ../../pypy/translator/jvm
 .. _`translator/stackless/`: ../../pypy/translator/stackless
 .. _`translator/tool/`: ../../pypy/translator/tool

Modified: pypy/trunk/pypy/doc/docindex.txt
==============================================================================
--- pypy/trunk/pypy/doc/docindex.txt	(original)
+++ pypy/trunk/pypy/doc/docindex.txt	Mon Dec  7 17:42:26 2009
@@ -27,9 +27,6 @@
   * `JIT Generation in PyPy`_ 
   * `Sandboxing Python code`_
 
-`PyPy Prolog Interpreter`_ describes an implementation of 
-Prolog that makes use of our Translation Tool chain. 
-
 Status_ of the project.
 
 
@@ -210,12 +207,6 @@
 `interpreter/astcompiler/`_    interpreter-level bytecode compiler, via an AST
                                representation
 
-`lang/`_                       interpreters for non-Python languages, written in RPython_
-
-`lang/js/`_                    a JavaScript interpreter (in-progress)
-
-`lang/prolog/`_                a `Prolog interpreter`_
-
 `lib/`_                        PyPy's wholesale reimplementations of CPython modules_
                                and experimental new application-level modules
 
@@ -319,8 +310,6 @@
 .. _`object-oriented type system`: rtyper.html#oo-type
 .. _`garbage collector`: garbage_collection.html
 .. _`Stackless Transform`: translation.html#the-stackless-transform
-.. _`PyPy Prolog Interpreter`: prolog-interpreter.html
-.. _`Prolog Interpreter`: prolog-interpreter.html
 .. _`main PyPy-translation scripts`: getting-started-python.html#translating-the-pypy-python-interpreter
 .. _`.NET`: http://www.microsoft.com/net/
 .. _Mono: http://www.mono-project.com/

Modified: pypy/trunk/pypy/doc/faq.txt
==============================================================================
--- pypy/trunk/pypy/doc/faq.txt	(original)
+++ pypy/trunk/pypy/doc/faq.txt	Mon Dec  7 17:42:26 2009
@@ -163,9 +163,9 @@
 Currently, we have preliminary versions of a JavaScript interpreter
 (Leonardo Santagada as his Summer of PyPy project), a `Prolog interpreter`_
 (Carl Friedrich Bolz as his Bachelor thesis), and a `SmallTalk interpreter`_
-(produced during a sprint).  All of them are unfinised at the moment.
+(produced during a sprint).  All of them are unfinished at the moment.
 
-.. _`Prolog interpreter`: prolog-interpreter.html
+.. _`Prolog interpreter`: http://codespeak.net/svn/pypy/lang/prolog/
 .. _`SmallTalk interpreter`: http://dx.doi.org/10.1007/978-3-540-89275-5_7
 
 Development
@@ -409,10 +409,7 @@
 You can have a look at intermediate C source code, which is (at the
 moment) put in ``/tmp/usession-*/testing_1/testing_1.c``.  Of course,
 all the functions and stuff used directly and indirectly by your
-``entry_point()`` function has to be RPython_. Another example you may
-want to look at is `pypy/translator/goal/targetprologstandalone.py`_,
-the target for the in-progress Prolog implementation; this target for
-example enables a stackless build programmatically.
+``entry_point()`` function has to be RPython_.
 
 
 .. _`RPython`: coding-guide.html#rpython

Modified: pypy/trunk/pypy/doc/rlib.txt
==============================================================================
--- pypy/trunk/pypy/doc/rlib.txt	(original)
+++ pypy/trunk/pypy/doc/rlib.txt	Mon Dec  7 17:42:26 2009
@@ -530,6 +530,6 @@
 
 
 
-.. _`Prolog interpreter`: ../../pypy/lang/prolog/
+.. _`Prolog interpreter`: http://codespeak.net/svn/pypy/lang/prolog/
 .. _parsing: ../../pypy/rlib/parsing/
 .. _`json format`: http://www.json.org



More information about the Pypy-commit mailing list