This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Description
Potential improvements:
- Trace function calls. For example if function
f calls function g then variables which are used in g should be detected by tracing of f.
- Trace variables inside containers. For example if function
f chooses some variable from a dictionary then this variable should be detected by auto traciing
- Add more tests