LICENSE
README.md
pyproject.toml
sutra_compiler/__init__.py
sutra_compiler/__main__.py
sutra_compiler/ast_nodes.py
sutra_compiler/codegen.py
sutra_compiler/codegen_base.py
sutra_compiler/codegen_pytorch.py
sutra_compiler/diagnostics.py
sutra_compiler/inliner.py
sutra_compiler/lexer.py
sutra_compiler/parser.py
sutra_compiler/review.py
sutra_compiler/simplify.py
sutra_compiler/simplify_egglog.py
sutra_compiler/stdlib_loader.py
sutra_compiler/sutradb_embedded.py
sutra_compiler/trace.py
sutra_compiler/validator.py
sutra_compiler/workspace.py
sutra_compiler/stdlib/axons.su
sutra_compiler/stdlib/embed.su
sutra_compiler/stdlib/javascript_object.su
sutra_compiler/stdlib/logic.su
sutra_compiler/stdlib/math.su
sutra_compiler/stdlib/memory.su
sutra_compiler/stdlib/numbers.su
sutra_compiler/stdlib/rotation.su
sutra_compiler/stdlib/similarity.su
sutra_compiler/stdlib/strings.su
sutra_compiler/stdlib/tensor.su
sutra_compiler/stdlib/vectors.su
sutra_dev.egg-info/PKG-INFO
sutra_dev.egg-info/SOURCES.txt
sutra_dev.egg-info/dependency_links.txt
sutra_dev.egg-info/entry_points.txt
sutra_dev.egg-info/requires.txt
sutra_dev.egg-info/top_level.txt
tests/test_branchless_loop.py
tests/test_codegen.py
tests/test_codegen_pytorch.py
tests/test_corpus.py
tests/test_inliner.py
tests/test_lexer.py
tests/test_loop_function_decl.py
tests/test_parser.py
tests/test_rotation_prewarm.py
tests/test_simplify.py
tests/test_simplify_egglog.py
tests/test_stdlib_loader.py
tests/test_sutradb_embedded.py
tests/test_torch_compile_wrap.py
tests/test_transcendentals_disabled.py
tests/test_workspace.py