Package tip

Provides the main classes for the TIP compiler, including the main entry class Main.

See:
          Description

Class Summary
Errors Methods and intertype declarations having to do with error handling.
Main Commandline interface for the compiler
Util A number of convenient enums and intertype methods for switching on and extracting information from various AST nodes.
 

Exception Summary
InternalCompilerError Thrown to indicate that the compiler has reached an unexpected situation, probably because of a bug in the compiler.
NotUnifiableException Exception thrown when types could not be inferred.
SourceError Thrown to indicate that an error has occurred during the compilation that inhibits the compiler from continuing the compilation.
 

Package tip Description

Provides the main classes for the TIP compiler, including the main entry class Main.