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

org.snapscript.compile.assemble.Assembler Maven / Gradle / Ivy

package org.snapscript.compile.assemble;

import org.snapscript.core.module.Path;
import org.snapscript.parse.SyntaxNode;

public interface Assembler {
    T assemble(SyntaxNode token, Path path) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy