summaryrefslogtreecommitdiff
path: root/Grammar
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-10-29 21:16:34 +0000
committerGeorg Brandl <georg@python.org>2009-10-29 21:16:34 +0000
commit43a17ff016f1a47dd0a45bf0db0ff015e5bb3ddb (patch)
tree654941eddd69a5621309b79c3453b90a8cd1708c /Grammar
parenta8f8bed2033352a5218754e90c7d853506c3bc9d (diff)
downloadcpython-git-43a17ff016f1a47dd0a45bf0db0ff015e5bb3ddb.tar.gz
I do not think the "railroad" program mentioned is still available.
Diffstat (limited to 'Grammar')
-rw-r--r--Grammar/Grammar12
1 files changed, 0 insertions, 12 deletions
diff --git a/Grammar/Grammar b/Grammar/Grammar
index 1035506e9b..a463671326 100644
--- a/Grammar/Grammar
+++ b/Grammar/Grammar
@@ -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;