All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.snapscript.core.Compilation Maven / Gradle / Ivy

package org.snapscript.core;

import org.snapscript.core.module.Module;
import org.snapscript.core.module.Path;

public interface Compilation {
   Object compile(Module module, Path path, int line) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy