Package polyglot.main

Contains classes to get and parse command line arguments and run the compilation process.

See:
          Description

Class Summary
Main Main is the main program of the extensible compiler.
Options This object encapsulates various polyglot options.
Report Class used for reporting debug messages.
Version This class encapsulates the version of the compiler.
 

Exception Summary
Main.TerminationException This exception signals termination of the compiler.
UsageError An exception used to indicate a command-line usage error.
 

Package polyglot.main Description

Contains classes to get and parse command line arguments and run the compilation process. All static globals should be found in this package.