LICENSE
README.md
pyproject.toml
numeta/__init__.py
numeta/array_shape.py
numeta/builder_helper.py
numeta/capi_interface.py
numeta/compiler.py
numeta/datatype.py
numeta/external_library.py
numeta/jit.py
numeta/numeta_function.py
numeta/registry.py
numeta/settings.py
numeta/signature.py
numeta/types_hint.py
numeta.egg-info/PKG-INFO
numeta.egg-info/SOURCES.txt
numeta.egg-info/dependency_links.txt
numeta.egg-info/requires.txt
numeta.egg-info/top_level.txt
numeta/external_modules/__init__.py
numeta/external_modules/iso_c_binding.py
numeta/external_modules/omp.py
numeta/syntax/__init__.py
numeta/syntax/derived_type.py
numeta/syntax/fortran_type.py
numeta/syntax/module.py
numeta/syntax/scope.py
numeta/syntax/settings.py
numeta/syntax/subroutine.py
numeta/syntax/tools.py
numeta/syntax/variable.py
numeta/syntax/expressions/__init__.py
numeta/syntax/expressions/binary_operation_node.py
numeta/syntax/expressions/expression_node.py
numeta/syntax/expressions/function.py
numeta/syntax/expressions/getattr.py
numeta/syntax/expressions/getitem.py
numeta/syntax/expressions/intrinsic_functions.py
numeta/syntax/expressions/literal_node.py
numeta/syntax/expressions/various.py
numeta/syntax/nodes/__init__.py
numeta/syntax/nodes/base_node.py
numeta/syntax/nodes/named_entity.py
numeta/syntax/statements/__init__.py
numeta/syntax/statements/call.py
numeta/syntax/statements/derived_type_declaration.py
numeta/syntax/statements/module_declaration.py
numeta/syntax/statements/statement.py
numeta/syntax/statements/subroutine_declaration.py
numeta/syntax/statements/tools.py
numeta/syntax/statements/variable_declaration.py
numeta/syntax/statements/various.py
numeta/wrappers/__init__.py
numeta/wrappers/cases.py
numeta/wrappers/cast.py
numeta/wrappers/cond.py
numeta/wrappers/constant.py
numeta/wrappers/declare_global_constant.py
numeta/wrappers/empty.py
numeta/wrappers/external_library.py
numeta/wrappers/numpy_mem.py
numeta/wrappers/prange.py
numeta/wrappers/range.py
numeta/wrappers/reshape.py
numeta/wrappers/scalar.py
numeta/wrappers/zeros.py
tests/test_arguments.py
tests/test_c_like_bounds.py
tests/test_call.py
tests/test_call_inline.py
tests/test_cases.py
tests/test_cast.py
tests/test_comptime.py
tests/test_comptime_type_hint.py
tests/test_cond.py
tests/test_datatype_declaration.py
tests/test_datatype_getitem.py
tests/test_declare_global.py
tests/test_do.py
tests/test_dump_load.py
tests/test_empty.py
tests/test_external_library.py
tests/test_if.py
tests/test_jitted_functions.py
tests/test_keyword_arguments.py
tests/test_mul.py
tests/test_namer.py
tests/test_nan.py
tests/test_no_shape_descriptor.py
tests/test_omp.py
tests/test_order.py
tests/test_prange.py
tests/test_reshape.py
tests/test_return.py
tests/test_scalar.py
tests/test_set_shape.py
tests/test_signature_parsing.py
tests/test_struct.py
tests/test_syntax.py
tests/test_type_hint.py
tests/test_variable_positional_arguments.py
tests/test_zeros.py