Package org.eolang.opeo.compilation
Class Compiler
- java.lang.Object
-
- org.eolang.opeo.compilation.Compiler
-
public class Compiler extends Object
Compiler of high-level eo constructs into XMIRs for the jeo-maven-plugin.- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
compile()
Compile high-level EO constructs into XMIRs for the jeo-maven-plugin.
-