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

org.snapscript.core.link.PackageLinker Maven / Gradle / Ivy

package org.snapscript.core.link;

import org.snapscript.core.module.Path;

public interface PackageLinker {  
   Package link(Path path, String source) throws Exception;
   Package link(Path path, String source, String grammar) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy