Start refactoring task 1 and 2
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
from .live_variables import LiveVariablesAnalysis, Var
|
||||
from .reached_uses import ReachedUsesAnalysis, UseFact
|
||||
from .BackwardAnalysis import BackwardAnalysis, Var
|
||||
from .LiveVariables import LiveVariables
|
||||
from .ReachedUses import ReachedUses, UseFact
|
||||
|
||||
__all__ = [
|
||||
"Var",
|
||||
"UseFact",
|
||||
"LiveVariablesAnalysis",
|
||||
"ReachedUsesAnalysis",
|
||||
"BackwardAnalysis",
|
||||
"LiveVariables",
|
||||
"ReachedUses",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user