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