README
setup.py
bytecodehacks/__init__.py
bytecodehacks/assemble.py
bytecodehacks/attr_freeze.py
bytecodehacks/closure.py
bytecodehacks/code_editor.py
bytecodehacks/common.py
bytecodehacks/dbc.py
bytecodehacks/find_function_call.py
bytecodehacks/fleshy.py
bytecodehacks/iif.py
bytecodehacks/inline.py
bytecodehacks/label.py
bytecodehacks/macro.py
bytecodehacks/macros.py
bytecodehacks/opbases.py
bytecodehacks/ops.py
bytecodehacks/rationalize.py
bytecodehacks/tailr.py
bytecodehacks/xapply.py
bytecodehacks.egg-info/PKG-INFO
bytecodehacks.egg-info/SOURCES.txt
bytecodehacks.egg-info/dependency_links.txt
bytecodehacks.egg-info/top_level.txt
bytecodehacks/code_gen/__init__.py
bytecodehacks/code_gen/method_spec.py
bytecodehacks/code_gen/write_ops.py
test/test.py
test/test_stacktrack.py
test/test_support.py
test/test_xapply.py