Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
322a23f2
Commit
322a23f2
authored
Feb 27, 2006
by
Anthony Baxter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regenerated. please read PEP 306 when changing Python's grammar!
parent
dca3b9c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
37 deletions
+40
-37
Lib/symbol.py
Lib/symbol.py
+40
-37
No files found.
Lib/symbol.py
View file @
322a23f2
...
@@ -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
=
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment