Commit 322a23f2 authored by Anthony Baxter's avatar Anthony Baxter

regenerated. please read PEP 306 when changing Python's grammar!

parent dca3b9c7
...@@ -52,43 +52,46 @@ for_stmt = 294 ...@@ -52,43 +52,46 @@ for_stmt = 294
try_stmt = 295 try_stmt = 295
except_clause = 296 except_clause = 296
suite = 297 suite = 297
test = 298 testlist_safe = 298
and_test = 299 old_test = 299
not_test = 300 old_lambdef = 300
comparison = 301 test = 301
comp_op = 302 or_test = 302
expr = 303 and_test = 303
xor_expr = 304 not_test = 304
and_expr = 305 comparison = 305
shift_expr = 306 comp_op = 306
arith_expr = 307 expr = 307
term = 308 xor_expr = 308
factor = 309 and_expr = 309
power = 310 shift_expr = 310
atom = 311 arith_expr = 311
listmaker = 312 term = 312
testlist_gexp = 313 factor = 313
lambdef = 314 power = 314
trailer = 315 atom = 315
subscriptlist = 316 listmaker = 316
subscript = 317 testlist_gexp = 317
sliceop = 318 lambdef = 318
exprlist = 319 trailer = 319
testlist = 320 subscriptlist = 320
testlist_safe = 321 subscript = 321
dictmaker = 322 sliceop = 322
classdef = 323 exprlist = 323
arglist = 324 testlist = 324
argument = 325 dictmaker = 325
list_iter = 326 classdef = 326
list_for = 327 arglist = 327
list_if = 328 argument = 328
gen_iter = 329 list_iter = 329
gen_for = 330 list_for = 330
gen_if = 331 list_if = 331
testlist1 = 332 gen_iter = 332
encoding_decl = 333 gen_for = 333
yield_expr = 334 gen_if = 334
testlist1 = 335
encoding_decl = 336
yield_expr = 337
#--end constants-- #--end constants--
sym_name = {} sym_name = {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment