forked from glaserL/viasp
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add generalized signature function to analyzer
The analyzer passes AST nodes to the make signature function in order to generate a signature for the node in the dependency graph. This commit adds a generalized signature function that is used to generate signatures for all possible AST nodes. `None` is returned for AST that is irrelevant for the dependency graph (e.g. aggregates). Adding tests for all possible AST nodes that can be analyzed.
- Loading branch information
1 parent
893d4e1
commit 9bce464
Showing
2 changed files
with
152 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters