advanced-python-homework-2023/time_execution/pypy3.9-v7.3.13-linux64/include/pypy3.9/graminit.h
2023-10-13 00:03:19 +03:00

95 lines
2.1 KiB
C

/* Generated from pypy.interpreter.pyparser.pygram.syms */
#define and_expr 257
#define and_test 258
#define annassign 259
#define arglist 260
#define argument 261
#define arith_expr 262
#define assert_stmt 263
#define async_funcdef 264
#define async_stmt 265
#define atom 266
#define atom_expr 267
#define augassign 268
#define break_stmt 269
#define classdef 270
#define comp_for 271
#define comp_if 272
#define comp_iter 273
#define comp_op 274
#define comparison 275
#define compound_stmt 276
#define continue_stmt 277
#define decorated 278
#define decorator 279
#define decorators 280
#define del_stmt 281
#define dictorsetmaker 282
#define dotted_as_name 283
#define dotted_as_names 284
#define dotted_name 285
#define encoding_decl 286
#define eval_input 287
#define except_clause 288
#define expr 289
#define expr_stmt 290
#define exprlist 291
#define factor 292
#define file_input 293
#define flow_stmt 294
#define for_stmt 295
#define func_body_suite 296
#define func_type 297
#define func_type_input 298
#define funcdef 299
#define global_stmt 300
#define if_stmt 301
#define import_as_name 302
#define import_as_names 303
#define import_from 304
#define import_name 305
#define import_stmt 306
#define lambdef 307
#define lambdef_nocond 308
#define namedexpr_test 309
#define nonlocal_stmt 310
#define not_test 311
#define or_test 312
#define parameters 313
#define pass_stmt 314
#define power 315
#define raise_stmt 316
#define return_stmt 317
#define shift_expr 318
#define simple_stmt 319
#define single_input 256
#define sliceop 320
#define small_stmt 321
#define star_expr 322
#define stmt 323
#define subscript 324
#define subscriptlist 325
#define suite 326
#define sync_comp_for 327
#define term 328
#define test 329
#define test_nocond 330
#define testlist 331
#define testlist_comp 332
#define testlist_star_expr 333
#define tfpdef 334
#define trailer 335
#define try_stmt 336
#define typedargslist 337
#define typelist 338
#define varargslist 339
#define vfpdef 340
#define while_stmt 341
#define with_item 342
#define with_stmt 343
#define xor_expr 344
#define yield_arg 345
#define yield_expr 346
#define yield_stmt 347