Skip to content
Snippets Groups Projects
Commit 1fe0a16e authored by René Schöne's avatar René Schöne
Browse files

Version 0.2.1

parent 0caa38cb
No related branches found
No related tags found
No related merge requests found
Pipeline #3461 passed
# RelAST Preprocessor
# RelAST Preprocessor Version 0.2.1
![RelAST process](relast-process.png)
......
......@@ -13,6 +13,9 @@ import java.util.Arrays;
import java.util.List;
public class Compiler {
private static final String VERSION = "0.2.1";
private ArrayList<Option<?>> options;
private FlagOption optionWriteToFile;
private FlagOption optionPrintAST;
......@@ -25,6 +28,7 @@ public class Compiler {
private CommandLine commandLine;
public Compiler(String[] args) throws CommandLineException {
System.out.println("Running RelAST " + VERSION);
options = new ArrayList<>();
addOptions();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment