aboutsummaryrefslogtreecommitdiff
path: root/src/doc
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-09 22:51:35 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-09 22:51:35 +0000
commit1687da9f3f891156c71b320f944e5c0fbaf1cbd0 (patch)
treea073231126a8058766142b5e1b15267e3ddb3c7b /src/doc
parentf176a2f516055a0a211e6dd1d05c836dd913692e (diff)
downloadopen-axiom-1687da9f3f891156c71b320f944e5c0fbaf1cbd0.tar.gz
* interp/pf2sex.boot (pf2Sex1): Handle more ASTs.
(pfType2SexOrNil): New. (pfDoc2SexOrNil): Likewise. (pfWith2Sex): Likewise. (pfAdd2Sex): Likewise. (pfWDeclare2Sex): Likewise. (pfAttribute2Sex): Likewise. (pfWIf2Sex): Likewise. (pfExport2Sex): Likewise. (pfInline2Sex): Likewise. (pfImport2Sex): Likewise. (pfQualType2Sex): Likewise. * interp/ptrees.boot (pf0InlineItems): New. * interp/i-spec2.boot (up%Import): New. (sorry): Likewise. (up%Export): Likewise. (up%Inline): Likewise. (up%With): Likewise. (up%Add): Likewise. * interp/i-intern.boot (mkAtree3): Handle %Inline, %With, %Add, and %Export. * interp/i-spec1.boot ($specialOps): Adjust. * doc/msgs/s2-us.msgs (S2IP0006): New.
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/msgs/s2-us.msgs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/msgs/s2-us.msgs b/src/doc/msgs/s2-us.msgs
index ed450680..ec7bdccc 100644
--- a/src/doc/msgs/s2-us.msgs
+++ b/src/doc/msgs/s2-us.msgs
@@ -414,6 +414,8 @@ S2IP0004
%1 macro %2b .
S2IP0005
%1b is not a valid identifier to use in OpenAxiom.
+S2IP0006
+ Sorry, %1b is not handled in the interpreter yet. Try the compiler.
S2IR0001
Cannot resolve all the types in the list to be created.
S2IR0002