AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
requirements.txt
setup.cfg
setup.py
benchmarks/HPC Python.ipynb
benchmarks/fibonacci.ipynb
benchmarks/julialang.org.ipynb
benchmarks/native_cpp_gen.ipynb
benchmarks/native_cpp_gen.nbconvert.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
examples/__init__.py
examples/hope_arrays.py
examples/hope_calls.py
examples/hope_class.py
examples/hope_conditions.py
examples/hope_datatypes.py
examples/hope_loops.py
examples/hope_numpy.py
examples/hope_operators.py
examples/hope_optimize.py
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
tests/__init__.py
tests/conftest.py
tests/test_Parser.py
tests/test_blocks.py
tests/test_call.py
tests/test_cast.py
tests/test_comparison.py
tests/test_control_structures.py
tests/test_dump.py
tests/test_functions.py
tests/test_jit.py
tests/test_object.py
tests/test_op_binary.py
tests/test_op_bool.py
tests/test_op_div.py
tests/test_op_minus.py
tests/test_op_mult.py
tests/test_op_plus.py
tests/test_op_pow.py
tests/test_operators.py
tests/test_optimize.py
tests/test_options.py
tests/test_pycosmo.py
tests/test_rangecheck.py
tests/test_return.py
tests/test_serialization.py
tests/test_slice.py
tests/test_slice_negative.py
tests/test_tosource.py
tests/test_ufig.py
tests/test_wrapper.py
tests/utilities.py