LICENSE
README.md
pyproject.toml
setup.cfg
qlcpy/__init__.py
qlcpy/__main__.py
qlcpy/arrays.py
qlcpy/generator.py
qlcpy/models.py
qlcpy/primitives.py
qlcpy.egg-info/PKG-INFO
qlcpy.egg-info/SOURCES.txt
qlcpy.egg-info/dependency_links.txt
qlcpy.egg-info/entry_points.txt
qlcpy.egg-info/top_level.txt
qlcpy/i18n/__init__.py
qlcpy/i18n/en.py
qlcpy/i18n/fi.py
qlcpy/instrument/Instrumentor.py
qlcpy/instrument/ProgramData.py
qlcpy/instrument/TransformAST.py
qlcpy/instrument/TransformForInstrumentor.py
qlcpy/instrument/WalkAST.py
qlcpy/instrument/WalkFind.py
qlcpy/instrument/WalkNames.py
qlcpy/instrument/__init__.py
qlcpy/instrument/trees.py
qlcpy/questions/__init__.py
qlcpy/questions/dynamic.py
qlcpy/questions/lines.py
qlcpy/questions/options.py
test/test_instrumentor.py
test/test_printer.py
test/test_transform.py