Package gw.lang.gosuc.cli
Class CommandLineCompiler
java.lang.Object
gw.lang.gosuc.cli.CommandLineCompiler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
execute
(CommandLineOptions options, ICompilerDriver driver) static boolean
invoke
(CommandLineOptions options, SoutCompilerDriver driver) static void
private static boolean
-
Constructor Details
-
CommandLineCompiler
public CommandLineCompiler()
-
-
Method Details
-
main
-
invoke
-
execute
-
summarize
- Parameters:
warnings
- List of warningserrors
- List of errorsisNoWarn
- true if warnings are disabled- Returns:
- true if compilation resulted in errors, false otherwise
-