summaryrefslogtreecommitdiffstats
path: root/Include/graminit.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-07 10:33:27 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-07 10:33:27 (GMT)
commit3615aaf6c56332e2e74cb8ae9c021dd8710ec945 (patch)
tree3c143c28c07ab5a96e4339137b6aa93aac617464 /Include/graminit.h
parent7a01389bc70000f959056cd2f1e8f1fe32a297eb (diff)
downloadcpython-3615aaf6c56332e2e74cb8ae9c021dd8710ec945.zip
cpython-3615aaf6c56332e2e74cb8ae9c021dd8710ec945.tar.gz
cpython-3615aaf6c56332e2e74cb8ae9c021dd8710ec945.tar.bz2
Changed since Grammar has changed
Diffstat (limited to 'Include/graminit.h')
-rw-r--r--Include/graminit.h63
1 files changed, 32 insertions, 31 deletions
diff --git a/Include/graminit.h b/Include/graminit.h
index da87073..1ddb7c6 100644
--- a/Include/graminit.h
+++ b/Include/graminit.h
@@ -19,34 +19,35 @@
#define return_stmt 274
#define raise_stmt 275
#define import_stmt 276
-#define global_stmt 277
-#define access_stmt 278
-#define accesstype 279
-#define exec_stmt 280
-#define compound_stmt 281
-#define if_stmt 282
-#define while_stmt 283
-#define for_stmt 284
-#define try_stmt 285
-#define except_clause 286
-#define suite 287
-#define test 288
-#define and_test 289
-#define not_test 290
-#define comparison 291
-#define comp_op 292
-#define expr 293
-#define xor_expr 294
-#define and_expr 295
-#define shift_expr 296
-#define arith_expr 297
-#define term 298
-#define factor 299
-#define atom 300
-#define lambdef 301
-#define trailer 302
-#define subscript 303
-#define exprlist 304
-#define testlist 305
-#define dictmaker 306
-#define classdef 307
+#define dotted_name 277
+#define global_stmt 278
+#define access_stmt 279
+#define accesstype 280
+#define exec_stmt 281
+#define compound_stmt 282
+#define if_stmt 283
+#define while_stmt 284
+#define for_stmt 285
+#define try_stmt 286
+#define except_clause 287
+#define suite 288
+#define test 289
+#define and_test 290
+#define not_test 291
+#define comparison 292
+#define comp_op 293
+#define expr 294
+#define xor_expr 295
+#define and_expr 296
+#define shift_expr 297
+#define arith_expr 298
+#define term 299
+#define factor 300
+#define atom 301
+#define lambdef 302
+#define trailer 303
+#define subscript 304
+#define exprlist 305
+#define testlist 306
+#define dictmaker 307
+#define classdef 308