Explorar o código

Grunt: Compiler is required for the Repl to work

Manfred Kroehnert %!s(int64=11) %!d(string=hai) anos
pai
achega
f552a7d60a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Gruntfile.js

+ 4 - 0
Gruntfile.js

@@ -93,6 +93,10 @@ module.exports = function(grunt) {
       amber_cli: {
         output_dir: 'cli/js',
         src: ['cli/st/AmberCli.st'],
+        libraries: [
+            'Compiler-Exceptions', 'Compiler-Core', 'Compiler-AST',
+            'Compiler-IR', 'Compiler-Inlining', 'Compiler-Semantic', 'Compiler-Interpreter', 'parser'
+        ],
         main_class: 'AmberCli',
         output_name: 'amber-cli'
       }