Thanks to visit codestin.com Credit goes to github.com
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 85bf3bb commit abca14dCopy full SHA for abca14d
1 file changed
Grammar/Grammar
@@ -1,5 +1,12 @@
1
# Grammar for Python
2
3
+# Note: Changing the grammar specified in this file will most likely
4
+# require corresponding changes in the parser module
5
+# (../Modules/parsermodule.c). If you can't make the changes to
6
+# that module yourself, please co-ordinate the required changes
7
+# with someone who can; ask around on python-dev for help. Fred
8
+# Drake <[email protected]> will probably be listening there.
9
+
10
# Commands for Kees Blom's railroad program
11
#diagram:token NAME
12
#diagram:token NUMBER
0 commit comments