1
0
Преглед на файлове

Revert "repl: fix Makefile (specified libraries are already included)"

The libraries are needed by the REPL.
Otherwise the compiler is not defined.

This reverts commit 52bdab871694022296ca5861a9b121c4bd8eb23b.
Manfred Kroehnert преди 12 години
родител
ревизия
4c28db7236
променени са 2 файла, в които са добавени 2601 реда и са изтрити 16 реда
  1. 1 1
      repl/Makefile
  2. 2600 15
      repl/amber.js

+ 1 - 1
repl/Makefile

@@ -1,5 +1,5 @@
 repl.js: REPL.st
-	../bin/amberc -m Repl REPL.st amber
+	../bin/amberc -m Repl -l Compiler,parser REPL.st amber
 
 run: repl.js
 	../bin/amber

Файловите разлики са ограничени, защото са твърде много
+ 2600 - 15
repl/amber.js


Някои файлове не бяха показани, защото твърде много файлове са промени