]> granicus.if.org Git - python/commitdiff
I do not think the "railroad" program mentioned is still available.
authorGeorg Brandl <georg@python.org>
Thu, 29 Oct 2009 21:16:34 +0000 (21:16 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 29 Oct 2009 21:16:34 +0000 (21:16 +0000)
Grammar/Grammar

index 1035506e9bb111bbc78c325c4acf82f564d7be3f..a463671326ef1d981d3953c5dbd6d52e82786e41 100644 (file)
 # 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;