Add Yield node
diff --git a/Tools/compiler/ast.txt b/Tools/compiler/ast.txt
index 1ca13f2..21203d2 100644
--- a/Tools/compiler/ast.txt
+++ b/Tools/compiler/ast.txt
@@ -16,6 +16,7 @@
 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 1ca13f2..21203d2 100644
--- a/Tools/compiler/compiler/ast.txt
+++ b/Tools/compiler/compiler/ast.txt
@@ -16,6 +16,7 @@
 TryFinally: body, final
 TryExcept: body, handlers, else_
 Return: value
+Yield: value
 Const: value
 Print: nodes, dest
 Printnl: nodes, dest