Explorar o código

Ajout constructeur dans factory

Arthur Brandao %!s(int64=6) %!d(string=hai) anos
pai
achega
f665713210
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/migl/lisp/LispFactory.java

+ 1 - 1
src/migl/lisp/LispFactory.java

@@ -18,6 +18,6 @@ public class LispFactory {
      * @return a new lisp interpreter.
      */
     public static Lisp makeIntepreter() {
-        throw new UnsupportedOperationException();
+        return new LispImpl();
     }
 }