Package org.eolang.opeo.compilation
Class JeoCompiler
- java.lang.Object
-
- org.eolang.opeo.compilation.JeoCompiler
-
public final class JeoCompiler extends Object
Compiler of high-level EO programs to low-level EO suitable for jeo-maven-plugin.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description JeoCompiler(com.jcabi.xml.XML opeo)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.jcabi.xml.XML
compile()
Compiles the high-level EO program to low-level EO suitable for jeo-maven-plugin.
-