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
4148877a
Commit
4148877a
authored
Aug 17, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to reflect the recent Grammar changes.
parent
5215225e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
40 deletions
+42
-40
Lib/symbol.py
Lib/symbol.py
+42
-40
No files found.
Lib/symbol.py
View file @
4148877a
...
@@ -31,46 +31,48 @@ continue_stmt = 273
...
@@ -31,46 +31,48 @@ continue_stmt = 273
return_stmt
=
274
return_stmt
=
274
raise_stmt
=
275
raise_stmt
=
275
import_stmt
=
276
import_stmt
=
276
dotted_name
=
277
import_as_name
=
277
global_stmt
=
278
dotted_as_name
=
278
exec_stmt
=
279
dotted_name
=
279
assert_stmt
=
280
global_stmt
=
280
compound_stmt
=
281
exec_stmt
=
281
if_stmt
=
282
assert_stmt
=
282
while_stmt
=
283
compound_stmt
=
283
for_stmt
=
284
if_stmt
=
284
try_stmt
=
285
while_stmt
=
285
except_clause
=
286
for_stmt
=
286
suite
=
287
try_stmt
=
287
test
=
288
except_clause
=
288
and_test
=
289
suite
=
289
not_test
=
290
test
=
290
comparison
=
291
and_test
=
291
comp_op
=
292
not_test
=
292
expr
=
293
comparison
=
293
xor_expr
=
294
comp_op
=
294
and_expr
=
295
expr
=
295
shift_expr
=
296
xor_expr
=
296
arith_expr
=
297
and_expr
=
297
term
=
298
shift_expr
=
298
factor
=
299
arith_expr
=
299
power
=
300
term
=
300
atom
=
301
factor
=
301
listmaker
=
302
power
=
302
lambdef
=
303
atom
=
303
trailer
=
304
listmaker
=
304
subscriptlist
=
305
lambdef
=
305
subscript
=
306
trailer
=
306
sliceop
=
307
subscriptlist
=
307
exprlist
=
308
subscript
=
308
testlist
=
309
sliceop
=
309
dictmaker
=
310
exprlist
=
310
classdef
=
311
testlist
=
311
arglist
=
312
dictmaker
=
312
argument
=
313
classdef
=
313
list_iter
=
314
arglist
=
314
list_for
=
315
argument
=
315
list_if
=
316
list_iter
=
316
list_for
=
317
list_if
=
318
#--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