mirror of
https://github.com/ethauvin/bld-antlr4.git
synced 2025-04-25 00:37:12 -07:00
Added success message
This commit is contained in:
parent
0c38aec70b
commit
5054928580
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ public class Antlr4Operation extends AbstractOperation<Antlr4Operation> {
|
|||
var argument_array = new String[arguments.size()];
|
||||
arguments.toArray(argument_array);
|
||||
new Tool(argument_array).processGrammarsOnCommandLine();
|
||||
if (!silent()) {
|
||||
System.out.println("ANTLR4 grammar processed successfully.");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue