Value summary
|
val compVersion
Current compiler version number.
|
val main
calls run() and wait for any exception in order to display the exception message.
|
val parseArgs
parses the argument list to build the tuple of options.
|
val run
builds the tuple of options and calls the compiler with it.
|
val someOf
gets the value in an Option, calling usage() if it is NONE.
|
val usage
displays the compiler command usage and exits.
|