Package org.eolang.opeo.compilation
Interface Compiler
- All Known Implementing Classes:
DefaultCompiler
,DummyCompiler
,SelectiveCompiler
public interface Compiler
Compiler.
- Since:
- 0.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
compile()
Compile high-level EO constructs into XMIRs for the jeo-maven-plugin.
-
Method Details
-
compile
void compile()Compile high-level EO constructs into XMIRs for the jeo-maven-plugin.
-