From 34aeeffb62dbe8192cb520e189bb6c98572986da Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Tue, 14 Aug 2001 18:57:43 +0000 Subject: [PATCH] Add Yield node --- Tools/compiler/ast.txt | 1 + Tools/compiler/compiler/ast.txt | 1 + 2 files changed, 2 insertions(+) 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