(String eval)
| 128 | } |
| 129 | |
| 130 | private void executeSource(String eval) { |
| 131 | executeRunner(runtime.newRunner().withSource( eval)); |
| 132 | } |
| 133 | |
| 134 | private void showAST(String source) throws IOException { |
| 135 | stream.println(runtime.newCompiler().withSource(source).parse().dump(" ")); |
no test coverage detected