aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-driver.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/sys-driver.boot')
-rw-r--r--src/interp/sys-driver.boot13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/interp/sys-driver.boot b/src/interp/sys-driver.boot
index e6faafe4..9b35d618 100644
--- a/src/interp/sys-driver.boot
+++ b/src/interp/sys-driver.boot
@@ -48,10 +48,11 @@ $SpadServerName == '"/tmp/.d"
++ true means that the core executable acts as remote server.
$SpadServer := false
-++ if true, then the interpreter informs about code generation, etc.
-$verboseInterprerter := true
+++ if true, then the interpreter or compiler should inform about
+++ code generation, etc.
+$verbose := true
-$PrintCompilerMessageIfTrue := true
+$PrintCompilerMessageIfTrue := $verbose
++
$options := []
@@ -194,11 +195,11 @@ executeSpadScript(progname,options,file) ==
$NEWSPAD := true
$SPAD := true
if getOption(Option '"verbose",%systemOptions()) then
- $verboseInterprerter := true
+ $verbose := true
$options := []
$ProcessInteractiveValue := false
else
- $verboseInterprerter := false
+ $verbose := false
$options := [["quiet"]]
$ProcessInteractiveValue := true
CATCH($intCoerceFailure,
@@ -223,7 +224,7 @@ compileSpadLibrary(progname,options,file) ==
$SPAD := true
$EchoLines := false
ECHO_-META : fluid := false
- $verboseInterprerter := false
+ $verbose := false
$ProcessInteractiveValue := true
CATCH($intTopLevel,
CATCH("SpadCompileItem",