Browse Source

Added Compîler-Interpreter to amber.js

Nicolas Petton 12 years ago
parent
commit
deb86b9a5e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      js/amber.js

+ 1 - 0
js/amber.js

@@ -87,6 +87,7 @@ amber = (function() {
 				'SUnit',
 				'Importer-Exporter',
 				'Compiler-Exceptions',
+				'Compiler-Interpreter',
 				'Compiler-Core',
 				'Compiler-AST',
 				'Compiler-Semantic',