protected final List<String> imports = new ArrayList<String>();
protected final GroovyClassLoader compiler;
public GroovyCLI() { this(new GroovyClassLoader(), new EntryPointConsole(), null); }
public GroovyCLI(GroovyClassLoader compiler) { this(compiler, new EntryPointConsole(), null); }