|
@@ -86,8 +86,8 @@ function AmberC(amber_dir, closure_jar) {
|
|
this.kernel_libraries = ['boot', 'Kernel-Objects', 'Kernel-Classes', 'Kernel-Methods',
|
|
this.kernel_libraries = ['boot', 'Kernel-Objects', 'Kernel-Classes', 'Kernel-Methods',
|
|
'Kernel-Collections', 'Kernel-Exceptions', 'Kernel-Transcript',
|
|
'Kernel-Collections', 'Kernel-Exceptions', 'Kernel-Transcript',
|
|
'Kernel-Announcements'];
|
|
'Kernel-Announcements'];
|
|
- this.compiler_libraries = this.kernel_libraries.concat(['parser', 'Compiler', 'Compiler-Exceptions']);
|
|
+ this.compiler_libraries = this.kernel_libraries.concat(['parser', 'Importer-Exporter', 'Compiler-Exceptions',
|
|
-
|
|
+ 'Compiler-Core', 'Compiler-AST', 'Compiler-IR', 'Compiler-Inlining', 'Compiler-Semantic']);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|