TIP

Packages
tip Provides the main classes for the TIP compiler, including the main entry class Main.
tip.analysis Provides the analysis utility classes for the TIP ASTs.
tip.cfg Provides the basic framework for performing fixed-point analyses of TIP programs.
tip.cfg.cfa Provides a collection of control flow analyses for TIP programs.
tip.cfg.dfa Provides a collection of data flow analyses for TIP programs.
tip.display Provides classes for display ASTs and CFGs of TIP programs.
tip.instructions Provides instruction classes for the TIP virtual machine.
tip.lexer Provides the lexer for the TIP grammar.
tip.node Provides node classes for representing the TIP ASTs.
tip.parser Provides the parser for the TIP grammar.
tip.phases Provides the TIP compiler phases.
tip.types Provides type classes for representing the TIP type system.
tip.util Provides utility classes for the TIP compiler.
tip.vm Provides the TIP virtual machine.