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

com.github.liuyehcf.framework.compile.engine.Compiler Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package com.github.liuyehcf.framework.compile.engine;

/**
 * 编译器接口
 *
 * @author hechenfeng
 * @date 2018/04/16
 */
public interface Compiler extends GrammarHolder {
    /**
     * 编译给定输入字符串
     *
     * @param input 输入
     * @return 编译结果
     */
    CompileResult compile(String input);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy