We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f8bed commit 43a17ffCopy full SHA for 43a17ff
1 file changed
Grammar/Grammar
@@ -10,18 +10,6 @@
10
# NOTE WELL: You should also follow all the steps listed in PEP 306,
11
# "How to Change Python's Grammar"
12
13
-# Commands for Kees Blom's railroad program
14
-#diagram:token NAME
15
-#diagram:token NUMBER
16
-#diagram:token STRING
17
-#diagram:token NEWLINE
18
-#diagram:token ENDMARKER
19
-#diagram:token INDENT
20
-#diagram:output\input python.bla
21
-#diagram:token DEDENT
22
-#diagram:output\textwidth 20.04cm\oddsidemargin 0.0cm\evensidemargin 0.0cm
23
-#diagram:rules
24
-
25
# Start symbols for the grammar:
26
# single_input is a single interactive statement;
27
# file_input is a module or sequence of commands read from an input file;
0 commit comments