diff --git a/Tools/compiler/ast.txt b/Tools/compiler/ast.txt index 1ca13f2b9ed..21203d2d978 100644 --- a/Tools/compiler/ast.txt +++ b/Tools/compiler/ast.txt @@ -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 diff --git a/Tools/compiler/compiler/ast.txt b/Tools/compiler/compiler/ast.txt index 1ca13f2b9ed..21203d2d978 100644 --- a/Tools/compiler/compiler/ast.txt +++ b/Tools/compiler/compiler/ast.txt @@ -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