Package org.eolang.opeo.compilation
Class DummyCompiler
java.lang.Object
org.eolang.opeo.compilation.DummyCompiler
- All Implemented Interfaces:
Compiler
Dummy compiler.
It just copies XMIR files to the output directory without any changes.
- Since:
- 0.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcompile()Compile high-level EO constructs into XMIRs for the jeo-maven-plugin.
-
Constructor Details
-
DummyCompiler
Constructor.- Parameters:
xmirs- Path to the generated XMIRs by jeo-maven-plugin.output- Path to the output directory.
-
-
Method Details