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 Details

    • JeoCompiler

      public JeoCompiler(com.jcabi.xml.XML opeo)
      Constructor.
      Parameters:
      opeo - The high-level EO program generated by opeo-maven-plugin.
  • Method Details

    • compile

      public com.jcabi.xml.XML compile()
      Compiles the high-level EO program to low-level EO suitable for jeo-maven-plugin.
      Returns:
      The low-level EO program suitable for jeo-maven-plugin.