78798081828384
} public static void main(String[] args) { // now, run wyjc build task System.exit(new WyjcMain(new WyjcBuildTask(), DEFAULT_OPTIONS).run(args)); }
145146147148149150151152
* --- list of command-line arguments to provide to the Whiley * Compiler. * @return */ public static int compile(String... args) { return new WyjcMain(new WyjcBuildTask(), WyjcMain.DEFAULT_OPTIONS) .run(args); }