软件包
edu.ustc.cs.compile.arch Represents the language-indenpendent part of the representation of the assembly language.
edu.ustc.cs.compile.arch.mips Provides classes to represent language-dependent parts(mips) of the assembly language codes.
edu.ustc.cs.compile.arch.mips.regalloc Provides a register allocator for mips assembly language.
edu.ustc.cs.compile.arch.x86 Provides classes to represent language-dependent parts(x86) of the assembly language codes.
edu.ustc.cs.compile.arch.x86.regalloc Provides a register allocator for x86 assembly language plus utilities to handle control flow graph in assembly level.
edu.ustc.cs.compile.platform  
edu.ustc.cs.compile.platform.handler  
edu.ustc.cs.compile.platform.interfaces  
edu.ustc.cs.compile.platform.myclassloader  
edu.ustc.cs.compile.platform.util.ASTView.core Provides the core classes of an AST (Abstract Syntax Tree) GUI viewer to dump a given AST tree and some properties of its AST nodes.
edu.ustc.cs.compile.platform.util.ASTView.plugin Collects some plug-in classes used to customize the to-be-dumped properties of some ASTNodes.
edu.ustc.cs.compile.platform.util.ir