Package gw.lang.gosuc.cli
Class CommandLineCompiler
- java.lang.Object
-
- gw.lang.gosuc.cli.CommandLineCompiler
-
public class CommandLineCompiler extends Object
-
-
Constructor Summary
Constructors Constructor Description CommandLineCompiler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
invoke(CommandLineOptions options, SoutCompilerDriver driver)
static void
main(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
invoke
public static boolean invoke(CommandLineOptions options, SoutCompilerDriver driver)
-
-