diff options
Diffstat (limited to 'Tools/compiler')
-rw-r--r-- | Tools/compiler/ast.txt | 1 | ||||
-rw-r--r-- | Tools/compiler/compiler/ast.txt | 1 |
2 files changed, 2 insertions, 0 deletions
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 @@ 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 1ca13f2..21203d2 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 |