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

tismer at codespeak.net tismer at codespeak.net
Sun Aug 28 13:52:03 CEST 2005


Author: tismer
Date: Sun Aug 28 13:52:01 2005
New Revision: 17001

Modified:
   pypy/dist/pypy/doc/parser.txt
   pypy/dist/pypy/doc/redirections
Log:
small rest fixes. There is still an issue that
I don't understand and cannot find, yet:

UnicodeDecodeError: 'utf8' codec can't decode byte 0xa0

is reported, but such a byte is not in the .txt files ???

Modified: pypy/dist/pypy/doc/parser.txt
==============================================================================
--- pypy/dist/pypy/doc/parser.txt	(original)
+++ pypy/dist/pypy/doc/parser.txt	Sun Aug 28 13:52:01 2005
@@ -162,10 +162,13 @@
 Main facade functions
 ~~~~~~~~~~~~~~~~~~~~~
 
+still empty, but non-empty for ReST
 
 Grammar
 ~~~~~~~
 
+still empty, but non-empty for ReST
+
 Long term goals
 ===============
 
@@ -179,6 +182,7 @@
 
 parser implementation
 ---------------------
+
 We can now build AST trees directly from the parser.
 Still missing is the ability to easily provide/change building functions
 easily. The functions are referenced at interpreter level through a dictionnary
@@ -187,15 +191,18 @@
 
 compiler implementation
 -----------------------
+
 For now we are working at translating the existing compiler module without
 changing it's design too much. That means we won't have enough flexibility
 to be able to handle new AST nodes at runtime.
 
 parser module
 -------------
+
 enhance the parser module interface so that it allows acces to the internal grammar
 representation, and allows to modify it too.
 
 compiler module
 ---------------
+
 same as above

Modified: pypy/dist/pypy/doc/redirections
==============================================================================
--- pypy/dist/pypy/doc/redirections	(original)
+++ pypy/dist/pypy/doc/redirections	Sun Aug 28 13:52:01 2005
@@ -1,4 +1,4 @@
-# please make sure this is evaluatable 
+# please make sure this is evaluable 
 {
     'restrictedpy.html': 'coding-guide.html#restricted-python', 
     'testdesign.html'  : 'coding-guide.html#test-design',



More information about the Pypy-commit mailing list