Kaydet (Commit) a9a3575e authored tarafından Guido van Rossum's avatar Guido van Rossum

New symbols due to assert statement.

üst c1a4ba97
...@@ -37,38 +37,39 @@ import_stmt = 276 ...@@ -37,38 +37,39 @@ import_stmt = 276
dotted_name = 277 dotted_name = 277
global_stmt = 278 global_stmt = 278
exec_stmt = 279 exec_stmt = 279
compound_stmt = 280 assert_stmt = 280
if_stmt = 281 compound_stmt = 281
while_stmt = 282 if_stmt = 282
for_stmt = 283 while_stmt = 283
try_stmt = 284 for_stmt = 284
except_clause = 285 try_stmt = 285
suite = 286 except_clause = 286
test = 287 suite = 287
and_test = 288 test = 288
not_test = 289 and_test = 289
comparison = 290 not_test = 290
comp_op = 291 comparison = 291
expr = 292 comp_op = 292
xor_expr = 293 expr = 293
and_expr = 294 xor_expr = 294
shift_expr = 295 and_expr = 295
arith_expr = 296 shift_expr = 296
term = 297 arith_expr = 297
factor = 298 term = 298
power = 299 factor = 299
atom = 300 power = 300
lambdef = 301 atom = 301
trailer = 302 lambdef = 302
subscriptlist = 303 trailer = 303
subscript = 304 subscriptlist = 304
sliceop = 305 subscript = 305
exprlist = 306 sliceop = 306
testlist = 307 exprlist = 307
dictmaker = 308 testlist = 308
classdef = 309 dictmaker = 309
arglist = 310 classdef = 310
argument = 311 arglist = 311
argument = 312
#--end constants-- #--end constants--
names = dir() names = dir()
......
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