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