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

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