removed dir statement. Function arguments may now be tests.

This commit is contained in:
Guido van Rossum 1990-10-26 15:01:05 +00:00
parent 0558a205a3
commit 3ccb6172f8
2 changed files with 502 additions and 527 deletions

View file

@ -11,33 +11,32 @@
#define expr_stmt 266 #define expr_stmt 266
#define print_stmt 267 #define print_stmt 267
#define del_stmt 268 #define del_stmt 268
#define dir_stmt 269 #define pass_stmt 269
#define pass_stmt 270 #define flow_stmt 270
#define flow_stmt 271 #define break_stmt 271
#define break_stmt 272 #define return_stmt 272
#define return_stmt 273 #define raise_stmt 273
#define raise_stmt 274 #define import_stmt 274
#define import_stmt 275 #define compound_stmt 275
#define compound_stmt 276 #define if_stmt 276
#define if_stmt 277 #define while_stmt 277
#define while_stmt 278 #define for_stmt 278
#define for_stmt 279 #define try_stmt 279
#define try_stmt 280 #define except_clause 280
#define except_clause 281 #define suite 281
#define suite 282 #define test 282
#define test 283 #define and_test 283
#define and_test 284 #define not_test 284
#define not_test 285 #define comparison 285
#define comparison 286 #define comp_op 286
#define comp_op 287 #define expr 287
#define expr 288 #define term 288
#define term 289 #define factor 289
#define factor 290 #define atom 290
#define atom 291 #define trailer 291
#define trailer 292 #define subscript 292
#define subscript 293 #define exprlist 293
#define exprlist 294 #define testlist 294
#define testlist 295 #define classdef 295
#define classdef 296 #define baselist 296
#define baselist 297 #define arguments 297
#define arguments 298

File diff suppressed because it is too large Load diff