LICENSE
README.md
pyproject.toml
setup.py
src/pysoroban/__init__.py
src/pysoroban/__main__.py
src/pysoroban/abi.py
src/pysoroban/artifact.py
src/pysoroban/cli.py
src/pysoroban/compiler.py
src/pysoroban/errors.py
src/pysoroban/frontend.py
src/pysoroban/ir.py
src/pysoroban/lowering.py
src/pysoroban/model.py
src/pysoroban/testing.py
src/pysoroban/wasm.py
src/pysoroban/xdr.py
src/pysoroban_compiler.egg-info/PKG-INFO
src/pysoroban_compiler.egg-info/SOURCES.txt
src/pysoroban_compiler.egg-info/dependency_links.txt
src/pysoroban_compiler.egg-info/entry_points.txt
src/pysoroban_compiler.egg-info/top_level.txt
tests/test_artifact.py
tests/test_cli.py
tests/test_compiler.py
tests/test_differential.py
tests/test_ir.py
tests/test_testing.py