aboutsummaryrefslogtreecommitdiff
path: root/src/interp/postpar.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/postpar.boot')
-rw-r--r--src/interp/postpar.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/postpar.boot b/src/interp/postpar.boot
index 9ba73705..23411ef5 100644
--- a/src/interp/postpar.boot
+++ b/src/interp/postpar.boot
@@ -177,6 +177,7 @@ postAtom x ==
EQ(x,'T) => "T$" -- rename T in spad code to T$
IDENTP x and niladicConstructorFromDB x => [x]
x="," => "%Comma"
+ x = "^" => "**" -- always use `**' internally for exponentiation
x
postBlock: %ParseTree -> %ParseForm