|
@@ -1,4 +1,4 @@
|
|
-define(["amber/boot", "amber_core/Compiler-AST", "amber_core/Kernel-Collections", "amber_core/Kernel-Exceptions", "amber_core/Kernel-Objects"], function($boot){"use strict";
|
|
|
|
|
|
+define(["amber/boot", "amber_core/Compiler-AST", "amber_core/Kernel-Collections", "amber_core/Kernel-Objects"], function($boot){"use strict";
|
|
if(!("nilAsValue" in $boot))$boot.nilAsValue=$boot.nilAsReceiver;
|
|
if(!("nilAsValue" in $boot))$boot.nilAsValue=$boot.nilAsReceiver;
|
|
var $core=$boot.api,nil=$boot.nilAsValue,$nil=$boot.nilAsReceiver,$recv=$boot.asReceiver,$globals=$boot.globals;
|
|
var $core=$boot.api,nil=$boot.nilAsValue,$nil=$boot.nilAsReceiver,$recv=$boot.asReceiver,$globals=$boot.globals;
|
|
$core.addPackage("Compiler-Core");
|
|
$core.addPackage("Compiler-Core");
|
|
@@ -1111,12 +1111,6 @@ messageSends: ["do:", "classes", "recompile:"]
|
|
$globals.Compiler.a$cls);
|
|
$globals.Compiler.a$cls);
|
|
|
|
|
|
|
|
|
|
-$core.addClass("CompilerError", $globals.Error, [], "Compiler-Core");
|
|
|
|
-//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
|
|
-$globals.CompilerError.comment="I am the common superclass of all compiling errors.";
|
|
|
|
-//>>excludeEnd("ide");
|
|
|
|
-
|
|
|
|
-
|
|
|
|
$core.addClass("DoIt", $globals.Object, [], "Compiler-Core");
|
|
$core.addClass("DoIt", $globals.Object, [], "Compiler-Core");
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
$globals.DoIt.comment="`DoIt` is the class used to compile and evaluate expressions. See `Compiler >> evaluateExpression:`.";
|
|
$globals.DoIt.comment="`DoIt` is the class used to compile and evaluate expressions. See `Compiler >> evaluateExpression:`.";
|