|
@@ -77,7 +77,7 @@ module.exports = function(grunt) {
|
|
src: ['test/Test.st'],
|
|
src: ['test/Test.st'],
|
|
libraries: [
|
|
libraries: [
|
|
'Compiler-Exceptions', 'Compiler-Core', 'Compiler-AST',
|
|
'Compiler-Exceptions', 'Compiler-Core', 'Compiler-AST',
|
|
- 'Compiler-IR', 'Compiler-Inlining', 'Compiler-Semantic', 'Compiler-Interpreter', '@parser',
|
|
|
|
|
|
+ 'Compiler-IR', 'Compiler-Inlining', 'Compiler-Semantic', 'Compiler-Interpreter', 'parser',
|
|
'SUnit', 'Importer-Exporter',
|
|
'SUnit', 'Importer-Exporter',
|
|
'Kernel-Tests', 'Compiler-Tests', 'SUnit-Tests'],
|
|
'Kernel-Tests', 'Compiler-Tests', 'SUnit-Tests'],
|
|
output_name: 'test/amber_test_runner'
|
|
output_name: 'test/amber_test_runner'
|
|
@@ -95,7 +95,7 @@ module.exports = function(grunt) {
|
|
src: ['cli/st/AmberCli.st'],
|
|
src: ['cli/st/AmberCli.st'],
|
|
libraries: [
|
|
libraries: [
|
|
'Compiler-Exceptions', 'Compiler-Core', 'Compiler-AST',
|
|
'Compiler-Exceptions', 'Compiler-Core', 'Compiler-AST',
|
|
- 'Compiler-IR', 'Compiler-Inlining', 'Compiler-Semantic', 'Compiler-Interpreter', '@parser'
|
|
|
|
|
|
+ 'Compiler-IR', 'Compiler-Inlining', 'Compiler-Semantic', 'Compiler-Interpreter', 'parser'
|
|
],
|
|
],
|
|
main_class: 'AmberCli',
|
|
main_class: 'AmberCli',
|
|
output_name: '../../bin/amber-cli',
|
|
output_name: '../../bin/amber-cli',
|