mirror of
https://github.com/python/cpython.git
synced 2024-11-29 04:44:13 +08:00
Add Yield node
This commit is contained in:
parent
9b3be7f5d9
commit
34aeeffb62
@ -16,6 +16,7 @@ Raise: expr1, expr2, expr3
|
||||
TryFinally: body, final
|
||||
TryExcept: body, handlers, else_
|
||||
Return: value
|
||||
Yield: value
|
||||
Const: value
|
||||
Print: nodes, dest
|
||||
Printnl: nodes, dest
|
||||
|
@ -16,6 +16,7 @@ Raise: expr1, expr2, expr3
|
||||
TryFinally: body, final
|
||||
TryExcept: body, handlers, else_
|
||||
Return: value
|
||||
Yield: value
|
||||
Const: value
|
||||
Print: nodes, dest
|
||||
Printnl: nodes, dest
|
||||
|
Loading…
Reference in New Issue
Block a user