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

com.github.ltsopensource.core.compiler.Compiler Maven / Gradle / Ivy

package com.github.ltsopensource.core.compiler;

public interface Compiler {

    Class compile(String code);

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy