org.snapscript.compile.Compiler Maven / Gradle / Ivy
package org.snapscript.compile;
public interface Compiler {
Executable compile(String source) throws Exception;
}
package org.snapscript.compile;
public interface Compiler {
Executable compile(String source) throws Exception;
}