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