Skip to content
Snippets Groups Projects
Commit 5192c1d1 authored by Ronny Böttger's avatar Ronny Böttger
Browse files

removed toNavigation

parent d7d6cff3
Branches
No related tags found
No related merge requests found
Pipeline #11729 failed
...@@ -88,7 +88,7 @@ public class Main extends org.jastadd.relast.compiler.RelAstProcessor { ...@@ -88,7 +88,7 @@ public class Main extends org.jastadd.relast.compiler.RelAstProcessor {
} }
} }
/*
Document navigation = program.toNavigation(useExceptions, useOptionals, exceptionName); Document navigation = program.toNavigation(useExceptions, useOptionals, exceptionName);
Path yamlFile = outputBasePath.resolve(navigation.getFileName()); Path yamlFile = outputBasePath.resolve(navigation.getFileName());
...@@ -103,7 +103,7 @@ public class Main extends org.jastadd.relast.compiler.RelAstProcessor { ...@@ -103,7 +103,7 @@ public class Main extends org.jastadd.relast.compiler.RelAstProcessor {
} catch (IOException e) { } catch (IOException e) {
throw new CompilerException("Unable to expand template", e); throw new CompilerException("Unable to expand template", e);
} }
*/
for (GrammarFile grammarFile : program.getGrammarFileList()) { for (GrammarFile grammarFile : program.getGrammarFileList()) {
printMessage("Writing output file " + grammarFile.getFileName()); printMessage("Writing output file " + grammarFile.getFileName());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment