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