.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
requirements.txt
setup.cfg
setup.py
tox.ini
benchmarks/HPC Python.ipynb
benchmarks/fibonacci.ipynb
benchmarks/julialang.org.ipynb
benchmarks/native_cpp_gen.ipynb
benchmarks/numexpr.ipynb
benchmarks/pairwise.ipynb
benchmarks/simplify.ipynb
benchmarks/star.ipynb
docs/Makefile
docs/arch.rst
docs/authors.rst
docs/check_sphinx.py
docs/conf.py
docs/contributing.rst
docs/example.rst
docs/flow.jpg
docs/history.rst
docs/hope.rst
docs/index.rst
docs/lang.rst
docs/modules.rst
docs/optimization.rst
hope/__init__.py
hope/_ast.py
hope/_cache.py
hope/_const.py
hope/_dump.py
hope/_generator.py
hope/_library.py
hope/_optimizer.py
hope/_tosource.py
hope/_transformer.py
hope/_wrapper.py
hope/config.py
hope/exceptions.py
hope/exp.py
hope/jit.py
hope/options.py
hope/serialization.py
hope.egg-info/PKG-INFO
hope.egg-info/SOURCES.txt
hope.egg-info/dependency_links.txt
hope.egg-info/not-zip-safe
hope.egg-info/requires.txt
hope.egg-info/top_level.txt
test/__init__.py
test/test_Parser.py
test/test_blocks.py
test/test_call.py
test/test_cast.py
test/test_comparision.py
test/test_control_structures.py
test/test_dump.py
test/test_functions.py
test/test_jit.py
test/test_object.py
test/test_op_binary.py
test/test_op_bool.py
test/test_op_div.py
test/test_op_minus.py
test/test_op_mult.py
test/test_op_plus.py
test/test_op_pow.py
test/test_operators.py
test/test_optimize.py
test/test_options.py
test/test_pycosmo.py
test/test_rangecheck.py
test/test_return.py
test/test_serialization.py
test/test_slice.py
test/test_tosource.py
test/test_ufig.py
test/test_wrapper.py
test/utilities.py