mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
Updated this module after the recent grammar changes
This commit is contained in:
parent
966e8e3203
commit
c7ef59128b
1 changed files with 15 additions and 11 deletions
|
|
@ -56,17 +56,21 @@ term = 298
|
||||||
factor = 299
|
factor = 299
|
||||||
power = 300
|
power = 300
|
||||||
atom = 301
|
atom = 301
|
||||||
lambdef = 302
|
listmaker = 302
|
||||||
trailer = 303
|
lambdef = 303
|
||||||
subscriptlist = 304
|
trailer = 304
|
||||||
subscript = 305
|
subscriptlist = 305
|
||||||
sliceop = 306
|
subscript = 306
|
||||||
exprlist = 307
|
sliceop = 307
|
||||||
testlist = 308
|
exprlist = 308
|
||||||
dictmaker = 309
|
testlist = 309
|
||||||
classdef = 310
|
dictmaker = 310
|
||||||
arglist = 311
|
classdef = 311
|
||||||
argument = 312
|
arglist = 312
|
||||||
|
argument = 313
|
||||||
|
list_iter = 314
|
||||||
|
list_for = 315
|
||||||
|
list_if = 316
|
||||||
#--end constants--
|
#--end constants--
|
||||||
|
|
||||||
sym_name = {}
|
sym_name = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue