From 3615aaf6c56332e2e74cb8ae9c021dd8710ec945 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 7 Jan 1995 10:33:27 +0000 Subject: Changed since Grammar has changed --- Include/graminit.h | 63 +++++++++++++++++++++++++++--------------------------- 1 file 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 -- cgit v0.12