From 18315a0ecd4369f8c9c185ef53d1985e95479593 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 27 Jul 1991 21:38:01 +0000 Subject: [PATCH] New syntax --- Include/graminit.h | 67 ++++++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 32 deletions(-) diff --git a/Include/graminit.h b/Include/graminit.h index 199b8ee9806..23d889725aa 100644 --- a/Include/graminit.h +++ b/Include/graminit.h @@ -32,35 +32,38 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define fpdef 263 #define stmt 264 #define simple_stmt 265 -#define expr_stmt 266 -#define print_stmt 267 -#define del_stmt 268 -#define pass_stmt 269 -#define flow_stmt 270 -#define break_stmt 271 -#define return_stmt 272 -#define raise_stmt 273 -#define import_stmt 274 -#define compound_stmt 275 -#define if_stmt 276 -#define while_stmt 277 -#define for_stmt 278 -#define try_stmt 279 -#define except_clause 280 -#define suite 281 -#define test 282 -#define and_test 283 -#define not_test 284 -#define comparison 285 -#define comp_op 286 -#define expr 287 -#define term 288 -#define factor 289 -#define atom 290 -#define trailer 291 -#define subscript 292 -#define exprlist 293 -#define testlist 294 -#define classdef 295 -#define baselist 296 -#define arguments 297 +#define small_stmt 266 +#define expr_stmt 267 +#define print_stmt 268 +#define del_stmt 269 +#define pass_stmt 270 +#define flow_stmt 271 +#define break_stmt 272 +#define continue_stmt 273 +#define return_stmt 274 +#define raise_stmt 275 +#define import_stmt 276 +#define compound_stmt 277 +#define if_stmt 278 +#define while_stmt 279 +#define for_stmt 280 +#define try_stmt 281 +#define except_clause 282 +#define suite 283 +#define test 284 +#define and_test 285 +#define not_test 286 +#define comparison 287 +#define comp_op 288 +#define expr 289 +#define term 290 +#define factor 291 +#define atom 292 +#define trailer 293 +#define subscript 294 +#define exprlist 295 +#define testlist 296 +#define dictmaker 297 +#define classdef 298 +#define baselist 299 +#define arguments 300