README.md
setup.py
compilerlib/__init__.py
compilerlib/ast_utils.py
compilerlib/types.py
compilerlib.egg-info/PKG-INFO
compilerlib.egg-info/SOURCES.txt
compilerlib.egg-info/dependency_links.txt
compilerlib.egg-info/requires.txt
compilerlib.egg-info/top_level.txt
compilerlib/transforms/__init__.py
compilerlib/transforms/add_to_comment_stmt_id.py
compilerlib/transforms/attach_cfg_id.py
compilerlib/transforms/attach_def_use_vars.py
compilerlib/transforms/attach_id_to_assigns.py
compilerlib/transforms/attach_id_to_stmts.py
compilerlib/transforms/attach_preds_succs.py
compilerlib/transforms/attach_preds_succs_exit_based.py
compilerlib/transforms/attach_reaching_defs.py
compilerlib/transforms/convert_augassign_to_assign.py
compilerlib/transforms/insert_manual_alloc.py
compilerlib/transforms/insert_pass_as_func_body_head.py
compilerlib/transforms/normalize.py
compilerlib/transforms/print_cfg_id.py
compilerlib/transforms/remove_pass_as_func_body_head.py
compilerlib/transforms/replace_op_with_call.py
compilerlib/transforms/show_info_in_comment.py
compilerlib/transforms/show_preds_succs.py
compilerlib/transforms/show_reaching_defs.py
compilerlib/transforms/show_stmt_id.py
compilerlib/transforms/strip_comment_nodes.py
compilerlib/transforms/to_single_op_form.py
tests/test_apply_transform.py
tests/test_node_id.py
tests/test_preds_succs.py
tests/test_reaching_defs.py
tests/test_use_vars.py