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

santagada at codespeak.net santagada at codespeak.net
Sun Apr 15 19:48:11 CEST 2007


Author: santagada
Date: Sun Apr 15 19:48:11 2007
New Revision: 42072

Modified:
   pypy/dist/pypy/doc/javascript-interpreter.txt
Log:
limitations note.


Modified: pypy/dist/pypy/doc/javascript-interpreter.txt
==============================================================================
--- pypy/dist/pypy/doc/javascript-interpreter.txt	(original)
+++ pypy/dist/pypy/doc/javascript-interpreter.txt	Sun Apr 15 19:48:11 2007
@@ -19,8 +19,12 @@
 an interactive interpreter for you to play with, but it is made in pure python
 (not rpython) so it isn't present on the translated interpreter.
 
+If you want to play with it now, you will see that it works for some simple
+code and most of javascript statements but it is still missing much on the
+standard library, and right now we have some problems with prototypes (but
+they are being worked on)
 
-Translating the interpreter to C
+Translating the interpreter to C 
 ================================
 
 Just as you can translate PyPy's Python interpreter, you can also translate the



More information about the Pypy-commit mailing list