| 1 | // This code is generated by pgen2/grammar.py
|
| 2 |
|
| 3 | namespace grammar_nt {
|
| 4 | const int augassign = 512;
|
| 5 | const int and_expr = 513;
|
| 6 | const int and_test = 514;
|
| 7 | const int arg_group = 515;
|
| 8 | const int arglist = 516;
|
| 9 | const int arglist3 = 517;
|
| 10 | const int argument = 518;
|
| 11 | const int arith_expr = 519;
|
| 12 | const int array_item = 520;
|
| 13 | const int atom = 521;
|
| 14 | const int braced_var_sub = 522;
|
| 15 | const int char_literal = 523;
|
| 16 | const int class_literal = 524;
|
| 17 | const int class_literal_term = 525;
|
| 18 | const int comma_newline = 526;
|
| 19 | const int command_expr = 527;
|
| 20 | const int comp_for = 528;
|
| 21 | const int comp_op = 529;
|
| 22 | const int comparison = 530;
|
| 23 | const int dict = 531;
|
| 24 | const int dict_pair = 532;
|
| 25 | const int dq_string = 533;
|
| 26 | const int eggex = 534;
|
| 27 | const int end_stmt = 535;
|
| 28 | const int expr = 536;
|
| 29 | const int factor = 537;
|
| 30 | const int lambdef = 538;
|
| 31 | const int lhs_list = 539;
|
| 32 | const int name_type = 540;
|
| 33 | const int name_type_list = 541;
|
| 34 | const int not_test = 542;
|
| 35 | const int old_sh_array_literal = 543;
|
| 36 | const int or_test = 544;
|
| 37 | const int param = 545;
|
| 38 | const int param_group = 546;
|
| 39 | const int pat_else = 547;
|
| 40 | const int pat_exprs = 548;
|
| 41 | const int place_trailer = 549;
|
| 42 | const int power = 550;
|
| 43 | const int range_char = 551;
|
| 44 | const int range_expr = 552;
|
| 45 | const int re_alt = 553;
|
| 46 | const int re_atom = 554;
|
| 47 | const int re_flag = 555;
|
| 48 | const int regex = 556;
|
| 49 | const int repeat_op = 557;
|
| 50 | const int repeat_range = 558;
|
| 51 | const int sh_array_literal = 559;
|
| 52 | const int sh_command_sub = 560;
|
| 53 | const int shift_expr = 561;
|
| 54 | const int simple_var_sub = 562;
|
| 55 | const int splat_expr = 563;
|
| 56 | const int sq_string = 564;
|
| 57 | const int subscript = 565;
|
| 58 | const int subscriptlist = 566;
|
| 59 | const int term = 567;
|
| 60 | const int test = 568;
|
| 61 | const int testlist = 569;
|
| 62 | const int testlist_comp = 570;
|
| 63 | const int trailer = 571;
|
| 64 | const int type_expr = 572;
|
| 65 | const int xor_expr = 573;
|
| 66 | const int ysh_case_pat = 574;
|
| 67 | const int ysh_eager_arglist = 575;
|
| 68 | const int ysh_expr = 576;
|
| 69 | const int ysh_expr_sub = 577;
|
| 70 | const int ysh_expr_sub_2 = 578;
|
| 71 | const int ysh_func = 579;
|
| 72 | const int ysh_lazy_arglist = 580;
|
| 73 | const int ysh_mutation = 581;
|
| 74 | const int ysh_proc = 582;
|
| 75 | const int ysh_var_decl = 583;
|
| 76 |
|
| 77 | } // namespace grammar_nt
|