README.rst
setup.cfg
setup.py
sherlock/__init__.py
sherlock/errors.py
sherlock.py.egg-info/PKG-INFO
sherlock.py.egg-info/SOURCES.txt
sherlock.py.egg-info/dependency_links.txt
sherlock.py.egg-info/entry_points.txt
sherlock.py.egg-info/requires.txt
sherlock.py.egg-info/top_level.txt
sherlock/cmdline/__init__.py
sherlock/cmdline/os.py
sherlock/codelib/__init__.py
sherlock/codelib/cmd.py
sherlock/codelib/analyzer/__init__.py
sherlock/codelib/analyzer/factory.py
sherlock/codelib/analyzer/function.py
sherlock/codelib/analyzer/variable.py
sherlock/codelib/generator/__init__.py
sherlock/codelib/generator/dispatcher.py
sherlock/codelib/generator/temp_variable.py
sherlock/codelib/generator/implements/__init__.py
sherlock/codelib/generator/implements/assignment.py
sherlock/codelib/generator/implements/binop.py
sherlock/codelib/generator/implements/compare_op.py
sherlock/codelib/generator/implements/function.py
sherlock/codelib/generator/implements/importing.py
sherlock/codelib/generator/implements/simple_generator.py
sherlock/codelib/generator/implements/statement.py
sherlock/codelib/system_function/__init__.py
sherlock/codelib/system_function/implements.py