aboutsummaryrefslogtreecommitdiff
path: root/src/interp/postpar.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-06-16 03:05:07 +0000
committerdos-reis <gdr@axiomatics.org>2009-06-16 03:05:07 +0000
commita47287421322670f8de068fdfa06c1e68844f2e0 (patch)
tree2011370b8161ecbc80b044e9877c68f052858fb6 /src/interp/postpar.boot
parent3853f26115f242232720abb5252978de20b72c01 (diff)
downloadopen-axiom-a47287421322670f8de068fdfa06c1e68844f2e0.tar.gz
Fix SF/2396945
* interp/scan.boot: '@@' is no longer a keyword. * interp/cparse.boot (npColonQuery): Remove. * interp/parse.boot (parseAtAt): Likewise. * interp/postpar.boot (postAtAt): Likewise.
Diffstat (limited to 'src/interp/postpar.boot')
-rw-r--r--src/interp/postpar.boot6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/interp/postpar.boot b/src/interp/postpar.boot
index af5ec656..dfd5da03 100644
--- a/src/interp/postpar.boot
+++ b/src/interp/postpar.boot
@@ -143,11 +143,6 @@ postPretend t ==
t isnt ["pretend",x,y] => systemErrorHere ["postPretend",t]
["pretend",postTran x,:postType y]
-postAtAt: %ParseTree -> %ParseForm
-postAtAt t ==
- t isnt ["@@",x,y] => systemErrorHere ["postAtAt",t]
- ["@@",postTran x,:postType y]
-
postConstruct: %ParseTree -> %ParseForm
postConstruct u ==
u is ["construct",b] =>
@@ -625,7 +620,6 @@ for x in [["with", :"postWith"],_
[":", :"postColon"],_
["@", :"postAtSign"],_
["pretend", :"postPretend"],_
- ["@@",:"postAtAt"],_
["if", :"postIf"],_
["Join", :"postJoin"],_
["%Signature", :"postSignature"],_