LICENSE
README.md
setup.py
bytecodemacro.egg-info/PKG-INFO
bytecodemacro.egg-info/SOURCES.txt
bytecodemacro.egg-info/dependency_links.txt
bytecodemacro.egg-info/top_level.txt
src/__init__.py
src/bytecodecompiler/CodeContext.py
src/bytecodecompiler/Compile.py
src/bytecodecompiler/Header.py
src/bytecodecompiler/Parse.py
src/bytecodecompiler/PreProcess.py
src/bytecodecompiler/Read.py
src/bytecodecompiler/Runner.py
src/bytecodecompiler/__init__.py
src/meta/__init__.py
src/meta/add_arg.py
src/meta/argstest.py
src/meta/cloop.py
src/meta/constant.py
src/meta/goto.py
src/meta/macro_lib.py
src/meta/walrus.py
src/uncompile/__init__.py
src/uncompile/dis_wrapper.py
src/uncompile/main.py
src/uncompile/obj_handler.py
src/uncompile/parse_dis.py
src/uncompile/pre_process.py