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

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Mar 27 13:34:12 CEST 2007


Author: cfbolz
Date: Tue Mar 27 13:34:12 2007
New Revision: 41461

Modified:
   pypy/dist/pypy/doc/prolog-interpreter.txt
Log:
just point to the draft prolog paper


Modified: pypy/dist/pypy/doc/prolog-interpreter.txt
==============================================================================
--- pypy/dist/pypy/doc/prolog-interpreter.txt	(original)
+++ pypy/dist/pypy/doc/prolog-interpreter.txt	Tue Mar 27 13:34:12 2007
@@ -17,9 +17,13 @@
 some Prolog with (but it's probably not a good idea to use Pyrolog while
 learning since it is too rough for that).
 
+For a more detailed description of the implementation of the Prolog interpreter
+see the `A flexible Prolog interpreter in Python`_ draft paper.
+
 .. _`Prolog ISO specification`: http://pauillac.inria.fr/~deransar/prolog/docs.html
 .. _`Sicstus Prolog`: http://www.sics.se/sicstus/
 .. _`Learn Prolog Now!`: http://www.coli.uni-saarland.de/~kris/learn-prolog-now/
+.. _`A flexible Prolog interpreter in Python`: http://codespeak.net/svn/user/cfbolz/hack/prolog/paper/prolog-in-rpython.pdf
 
 Example useage
 ==============



More information about the Pypy-commit mailing list