summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'Tools')
-rw-r--r--Tools/compiler/ast.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/compiler/ast.txt b/Tools/compiler/ast.txt
index aeefc98..7968a52 100644
--- a/Tools/compiler/ast.txt
+++ b/Tools/compiler/ast.txt
@@ -22,8 +22,9 @@ For: assign, list, body, else_&
While: test, body, else_&
With: expr, vars&, body
If: tests!, else_&
+IfExp: test, then, else_
Exec: expr, locals&, globals&
-From: modname*, names*
+From: modname*, names*, level*
Import: names*
Raise: expr1&, expr2&, expr3&
TryFinally: body, final