LICENSE
README.md
pyproject.toml
src/silifoundry/__init__.py
src/silifoundry/app.py
src/silifoundry/compiler.py
src/silifoundry/components.py
src/silifoundry/ir.py
src/silifoundry/kernels.py
src/silifoundry/multi_chip.py
src/silifoundry/qwerty_ast.py
src/silifoundry/qwerty_parser.py
src/silifoundry/tensor.py
src/silifoundry/transpiler.py
src/silifoundry.egg-info/PKG-INFO
src/silifoundry.egg-info/SOURCES.txt
src/silifoundry.egg-info/dependency_links.txt
src/silifoundry.egg-info/entry_points.txt
src/silifoundry.egg-info/requires.txt
src/silifoundry.egg-info/top_level.txt
src/silifoundry/static/index.html
tests/test_cracks.py
tests/test_qwerty.py
tests/test_tensor.py