Uses of Interface
org.eolang.opeo.compilation.Compiler
-
Packages that use Compiler Package Description org.eolang.opeo.compilation Classes for compiling high-level EO programs to low-level EO suitable for jeo-maven-plugin. -
-
Uses of Compiler in org.eolang.opeo.compilation
Classes in org.eolang.opeo.compilation that implement Compiler Modifier and Type Class Description class
DefaultCompiler
Compiler of high-level eo constructs into XMIRs for the jeo-maven-plugin.class
DummyCompiler
Dummy compiler.class
SelectiveCompiler
Selective compiler.
-