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