aboutsummaryrefslogtreecommitdiff
path: root/src/boot/translator.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-08-29 10:20:34 +0000
committerdos-reis <gdr@axiomatics.org>2009-08-29 10:20:34 +0000
commit5aa380ac80b14927f93494061568c868631c58eb (patch)
treecd1a5bb3ed3491777671ceebc4e39f1cdce550d8 /src/boot/translator.boot
parentd2aa4652224e0dd476e9bbe53cea718ec3d89506 (diff)
downloadopen-axiom-5aa380ac80b14927f93494061568c868631c58eb.tar.gz
* boot/translator.boot (bpOutItem): Move to parser.boot.
* boot/parser.boot (bpExceptionTail): Fix typo. (bpOutItem): Move from translator.boot.
Diffstat (limited to 'src/boot/translator.boot')
-rw-r--r--src/boot/translator.boot11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/boot/translator.boot b/src/boot/translator.boot
index 15a0bcf2..42e9624f 100644
--- a/src/boot/translator.boot
+++ b/src/boot/translator.boot
@@ -455,17 +455,6 @@ translateToplevel(b,export?) ==
[translateToplevelExpression b]
-bpOutItem()==
- $op := nil
- bpComma() or bpTrap()
- b:=bpPop1()
- bpPush
- EQCAR(b,"+LINE")=> [ b ]
- b is ["L%T",l,r] and IDENTP l =>
- $InteractiveMode => [["SETQ",l,r]]
- [["DEFPARAMETER",l,r]]
- translateToplevel(b,false)
-
shoeAddbootIfNec s ==
shoeAddStringIfNec('".boot",s)