My implementation of the Tai-e framework, the online course Static Program Analysis programming assignment.
Stars
1
Forks
1
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
28
commits
5
commits
fix: continue traversing when the condition is not a constant
5d41dfdView on GitHubfix: refactored codes & removed the exit node at the end and passed all unit test cases
bd7d782View on GitHubfix: handling the case where the RValue of Invoke statement has no side effect
b5b4426View on GitHubfix: correct logic errors to pass dead assign related test cases
c75dcdcView on GitHubfeat: add live variable analysis and constant propagation test cases
e674a6dView on GitHubfeat: implemented live variable analysis and constant propagation
54811acView on GitHub