Undocumented
Module | astdiff |
Utilities for comparing two versions of a module symbol table. |
Module | astmerge |
Merge a new version of a module AST and symbol table to older versions of those. |
Module | aststrip |
Strip/reset AST in-place to match state after semantic analyzer pre-analysis. |
Module | deps |
Generate fine-grained dependencies for AST nodes, for use in the daemon mode. |
Module | mergecheck |
Check for duplicate AST nodes after merge. |
Module | objgraph |
Find all objects reachable from a root object. |
Module | subexpr |
Find all subexpressions of an AST node. |
Module | target |
Undocumented |
Module | trigger |
AST triggers that are used for fine-grained dependency handling. |
Module | update |
Update build by processing changes using fine-grained dependencies. |