.gitignore
.readthedocs.yml
CHANGELOG.md
CONTRIBUTING.md
README.md
setup.py
tox.ini
.github/workflows/release.yml
.github/workflows/test.yml
bytecode/__init__.py
bytecode/bytecode.py
bytecode/cfg.py
bytecode/concrete.py
bytecode/effects.py
bytecode/flags.py
bytecode/instr.py
bytecode/peephole_opt.py
bytecode/dead_bytecode.egg-info/PKG-INFO
bytecode/dead_bytecode.egg-info/SOURCES.txt
bytecode/dead_bytecode.egg-info/dependency_links.txt
bytecode/dead_bytecode.egg-info/requires.txt
bytecode/dead_bytecode.egg-info/top_level.txt
tests/__init__.py
tests/test_bytecode.py
tests/test_cfg.py
tests/test_code.py
tests/test_concrete.py
tests/test_flags.py
tests/test_instr.py
tests/test_misc.py
tests/test_peephole_opt.py