summaryrefslogtreecommitdiff
path: root/Grammar
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-23 15:45:28 +0000
committerFred Drake <fdrake@acm.org>2000-08-23 15:45:28 +0000
commitabca14d8e27bd2ed831dd92ad57998034a2c1efd (patch)
tree5bf2974111d4ff703f355e699383c9c5fdc23d7d /Grammar
parent85bf3bb44afe996cd806e3be8f82b40ddbe11bc3 (diff)
downloadcpython-git-abca14d8e27bd2ed831dd92ad57998034a2c1efd.tar.gz
Added note stating that the parser module will need updating for most
changes to this file.
Diffstat (limited to 'Grammar')
-rw-r--r--Grammar/Grammar7
1 files changed, 7 insertions, 0 deletions
diff --git a/Grammar/Grammar b/Grammar/Grammar
index dd12b6d583..df4faa760a 100644
--- a/Grammar/Grammar
+++ b/Grammar/Grammar
@@ -1,5 +1,12 @@
# Grammar for Python
+# Note: Changing the grammar specified in this file will most likely
+# require corresponding changes in the parser module
+# (../Modules/parsermodule.c). If you can't make the changes to
+# that module yourself, please co-ordinate the required changes
+# with someone who can; ask around on python-dev for help. Fred
+# Drake <fdrake@acm.org> will probably be listening there.
+
# Commands for Kees Blom's railroad program
#diagram:token NAME
#diagram:token NUMBER