OILS / _devbuild / gen / grammar_nt.py View on Github | oilshell.org

73 lines, 71 significant
1# This code is generated by pgen2/grammar.py
2
3augassign = 256
4and_expr = 257
5and_test = 258
6arg_group = 259
7arglist = 260
8argument = 261
9arith_expr = 262
10array_item = 263
11atom = 264
12braced_var_sub = 265
13char_literal = 266
14class_literal = 267
15class_literal_term = 268
16comma_newline = 269
17command_expr = 270
18comp_for = 271
19comp_op = 272
20comparison = 273
21dict = 274
22dict_pair = 275
23dq_string = 276
24eggex = 277
25end_stmt = 278
26expr = 279
27factor = 280
28lambdef = 281
29lhs_list = 282
30literal_expr = 283
31name_type = 284
32name_type_list = 285
33not_test = 286
34old_sh_array_literal = 287
35or_test = 288
36param = 289
37param_group = 290
38pat_else = 291
39pat_exprs = 292
40place_trailer = 293
41power = 294
42range_char = 295
43range_expr = 296
44re_alt = 297
45re_atom = 298
46re_flag = 299
47regex = 300
48repeat_op = 301
49repeat_range = 302
50sh_array_literal = 303
51sh_command_sub = 304
52shift_expr = 305
53simple_var_sub = 306
54splat_expr = 307
55sq_string = 308
56subscript = 309
57subscriptlist = 310
58term = 311
59test = 312
60testlist = 313
61testlist_comp = 314
62trailer = 315
63type_expr = 316
64xor_expr = 317
65ysh_case_pat = 318
66ysh_eager_arglist = 319
67ysh_expr = 320
68ysh_expr_sub = 321
69ysh_func = 322
70ysh_lazy_arglist = 323
71ysh_mutation = 324
72ysh_proc = 325
73ysh_var_decl = 326