From 7e2ac2533eb7279ccff193f8cffe94abd1dfa83f Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Fri, 3 Mar 2006 18:11:37 +0000 Subject: Update for absolute/relative imports and ifelse-expressions. --- Tools/compiler/ast.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v0.12