.gitignore
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
.github/FUNDING.yml
.github/workflows/checks.yml
.github/workflows/release.yml
.github/workflows/tests.yml
spasm/__init__.py
spasm/__main__.py
spasm/_core.pyi
spasm/_version.py
spasm/asm.py
spasm/bytecode.py
spasm/py.typed
spasmlang.egg-info/PKG-INFO
spasmlang.egg-info/SOURCES.txt
spasmlang.egg-info/dependency_links.txt
spasmlang.egg-info/entry_points.txt
spasmlang.egg-info/scm_file_list.json
spasmlang.egg-info/scm_version.json
spasmlang.egg-info/top_level.txt
src/bytecode.cpp
src/bytecode.h
src/compat.h
src/exctable.cpp
src/exctable.h
src/instr.h
src/linetable.cpp
src/linetable.h
src/module.cpp
src/stackdepth.cpp
src/stackdepth.h
tests/__init__.py
tests/test_asm.py
tests/test_asm_opcodes.py
tests/test_bytecode.py
tests/test_spasm.py
tests/core/test_abstract.py
tests/core/test_basic.py
tests/core/test_corpus.py
tests/core/test_exctable.py
tests/core/test_from_scratch.py
tests/core/test_line_tracer.py
tests/core/test_linetable.py
tests/core/test_stdlib_roundtrip.py
tests/core/test_symbolify.py
tests/frameworks/module.py
tests/frameworks/run_boto3.sh
tests/frameworks/sitecustomize.py