[pypy-svn] r75537 - pypy/branch/fast-forward/pypy/interpreter/pyparser/data

benjamin at codespeak.net benjamin at codespeak.net
Wed Jun 23 21:51:07 CEST 2010


Author: benjamin
Date: Wed Jun 23 21:51:05 2010
New Revision: 75537

Modified:
   pypy/branch/fast-forward/pypy/interpreter/pyparser/data/Grammar2.7
Log:
rip out old comments

Modified: pypy/branch/fast-forward/pypy/interpreter/pyparser/data/Grammar2.7
==============================================================================
--- pypy/branch/fast-forward/pypy/interpreter/pyparser/data/Grammar2.7	(original)
+++ pypy/branch/fast-forward/pypy/interpreter/pyparser/data/Grammar2.7	Wed Jun 23 21:51:05 2010
@@ -10,18 +10,6 @@
 # NOTE WELL: You should also follow all the steps listed in PEP 306,
 # "How to Change Python's Grammar"
 
-# Commands for Kees Blom's railroad program
-#diagram:token NAME
-#diagram:token NUMBER
-#diagram:token STRING
-#diagram:token NEWLINE
-#diagram:token ENDMARKER
-#diagram:token INDENT
-#diagram:output\input python.bla
-#diagram:token DEDENT
-#diagram:output\textwidth 20.04cm\oddsidemargin  0.0cm\evensidemargin 0.0cm
-#diagram:rules
-
 # Start symbols for the grammar:
 #	single_input is a single interactive statement;
 #	file_input is a module or sequence of commands read from an input file;



More information about the Pypy-commit mailing list