Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

graminit.h 1.9 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
  1. /* Generated by Parser/pgen */
  2. #define single_input 256
  3. #define file_input 257
  4. #define eval_input 258
  5. #define decorator 259
  6. #define decorators 260
  7. #define decorated 261
  8. #define async_funcdef 262
  9. #define funcdef 263
  10. #define parameters 264
  11. #define typedargslist 265
  12. #define tfpdef 266
  13. #define varargslist 267
  14. #define vfpdef 268
  15. #define stmt 269
  16. #define simple_stmt 270
  17. #define small_stmt 271
  18. #define expr_stmt 272
  19. #define annassign 273
  20. #define testlist_star_expr 274
  21. #define augassign 275
  22. #define del_stmt 276
  23. #define pass_stmt 277
  24. #define flow_stmt 278
  25. #define break_stmt 279
  26. #define continue_stmt 280
  27. #define return_stmt 281
  28. #define yield_stmt 282
  29. #define raise_stmt 283
  30. #define import_stmt 284
  31. #define import_name 285
  32. #define import_from 286
  33. #define import_as_name 287
  34. #define dotted_as_name 288
  35. #define import_as_names 289
  36. #define dotted_as_names 290
  37. #define dotted_name 291
  38. #define global_stmt 292
  39. #define nonlocal_stmt 293
  40. #define assert_stmt 294
  41. #define compound_stmt 295
  42. #define async_stmt 296
  43. #define if_stmt 297
  44. #define while_stmt 298
  45. #define for_stmt 299
  46. #define try_stmt 300
  47. #define with_stmt 301
  48. #define with_item 302
  49. #define except_clause 303
  50. #define suite 304
  51. #define test 305
  52. #define test_nocond 306
  53. #define lambdef 307
  54. #define lambdef_nocond 308
  55. #define or_test 309
  56. #define and_test 310
  57. #define not_test 311
  58. #define comparison 312
  59. #define comp_op 313
  60. #define star_expr 314
  61. #define expr 315
  62. #define xor_expr 316
  63. #define and_expr 317
  64. #define shift_expr 318
  65. #define arith_expr 319
  66. #define term 320
  67. #define factor 321
  68. #define power 322
  69. #define atom_expr 323
  70. #define atom 324
  71. #define testlist_comp 325
  72. #define trailer 326
  73. #define subscriptlist 327
  74. #define subscript 328
  75. #define sliceop 329
  76. #define exprlist 330
  77. #define testlist 331
  78. #define dictorsetmaker 332
  79. #define classdef 333
  80. #define arglist 334
  81. #define argument 335
  82. #define comp_iter 336
  83. #define sync_comp_for 337
  84. #define comp_for 338
  85. #define comp_if 339
  86. #define encoding_decl 340
  87. #define yield_expr 341
  88. #define yield_arg 342
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...