aboutsummaryrefslogtreecommitdiff
path: root/src/boot/translator.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-05-03 07:51:43 +0000
committerdos-reis <gdr@axiomatics.org>2011-05-03 07:51:43 +0000
commit9396ac962517465319521fb9affdd456791826d5 (patch)
tree31e6e93baf58aa6441fa7e4cf8d2df76c0f9f14c /src/boot/translator.boot
parent6e817dbdfdeb7f33ace01d37ff4a22dc6191cabc (diff)
downloadopen-axiom-9396ac962517465319521fb9affdd456791826d5.tar.gz
more cleanup
Diffstat (limited to 'src/boot/translator.boot')
-rw-r--r--src/boot/translator.boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boot/translator.boot b/src/boot/translator.boot
index a90079a5..5dd5a8dd 100644
--- a/src/boot/translator.boot
+++ b/src/boot/translator.boot
@@ -39,7 +39,8 @@ import pile
import parser
import ast
namespace BOOTTRAN
-module translator (evalBootFile)
+module translator (evalBootFile, loadNativeModule, loadSystemRuntimeCore,
+ string2BootTree, genImportDeclaration)
++ If non nil, holds the name of the current module being translated.
$currentModuleName := nil