.arcconfig
.coveragerc
.gitignore
.pylintrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
codecov.yml
mypy-run.sh
mypy.ini
pyproject.toml
requirements.txt
setup.py
tox.ini
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question_help.md
.github/workflows/CI.yaml
.github/workflows/coverage.yaml
.github/workflows/pypiupload.yaml
docs/backend_ref.rst
docs/builtin_backends.rst
docs/evolve_spec.rst
docs/json_serializer.rst
docs/lang_ref.rst
docs/managing_specs.rst
docs/network_protocol.rst
docs/overview.png
example/__init__.py
example/backend/__init__.py
example/backend/ex1/__init__.py
example/backend/ex1/ex1.stoneg.py
example/backend/ex2/__init__.py
example/backend/ex2/ex2.stoneg.py
example/backend/ex3/__init__.py
example/backend/ex3/ex3.stoneg.py
example/backend/unstone/__init__.py
example/backend/unstone/unstone.stoneg.py
scripts/release_note_generator.sh
scripts/update_version.sh
stone/__init__.py
stone/__main__.py
stone/_version.py
stone/backend.py
stone/cli.py
stone/cli_helpers.py
stone/compiler.py
stone/py.typed
stone/typing_hacks.py
stone.egg-info/PKG-INFO
stone.egg-info/SOURCES.txt
stone.egg-info/dependency_links.txt
stone.egg-info/entry_points.txt
stone.egg-info/not-zip-safe
stone.egg-info/requires.txt
stone.egg-info/top_level.txt
stone/backends/__init__.py
stone/backends/helpers.py
stone/backends/js_client.py
stone/backends/js_helpers.py
stone/backends/js_types.py
stone/backends/obj_c.py
stone/backends/obj_c_client.py
stone/backends/obj_c_helpers.py
stone/backends/obj_c_types.py
stone/backends/python_client.py
stone/backends/python_helpers.py
stone/backends/python_type_mapping.py
stone/backends/python_type_stubs.py
stone/backends/python_types.py
stone/backends/swift.py
stone/backends/swift_client.py
stone/backends/swift_helpers.py
stone/backends/swift_types.py
stone/backends/tsd_client.py
stone/backends/tsd_helpers.py
stone/backends/tsd_types.py
stone/backends/obj_c_rsrc/DBSerializableProtocol.h
stone/backends/obj_c_rsrc/DBStoneBase.h
stone/backends/obj_c_rsrc/DBStoneBase.m
stone/backends/obj_c_rsrc/DBStoneSerializers.h
stone/backends/obj_c_rsrc/DBStoneSerializers.m
stone/backends/obj_c_rsrc/DBStoneValidators.h
stone/backends/obj_c_rsrc/DBStoneValidators.m
stone/backends/python_rsrc/__init__.py
stone/backends/python_rsrc/stone_base.py
stone/backends/python_rsrc/stone_serializers.py
stone/backends/python_rsrc/stone_validators.py
stone/backends/swift_rsrc/ObjCClient.jinja
stone/backends/swift_rsrc/ObjCRequestBox.jinja
stone/backends/swift_rsrc/ObjCRoutes.jinja
stone/backends/swift_rsrc/ObjcTypes.jinja
stone/backends/swift_rsrc/StoneBase.swift
stone/backends/swift_rsrc/StoneSerializers.swift
stone/backends/swift_rsrc/StoneValidators.swift
stone/backends/swift_rsrc/SwiftClient.jinja
stone/backends/swift_rsrc/SwiftReconnectionHelpers.jinja
stone/backends/swift_rsrc/SwiftRequestBox.jinja
stone/backends/swift_rsrc/SwiftRoutes.jinja
stone/backends/swift_rsrc/SwiftTypes.jinja
stone/frontend/__init__.py
stone/frontend/ast.py
stone/frontend/exception.py
stone/frontend/frontend.py
stone/frontend/ir_generator.py
stone/frontend/lexer.py
stone/frontend/parser.py
stone/ir/__init__.py
stone/ir/api.py
stone/ir/data_types.py
test/__init__.py
test/backend_test_util.py
test/requirements.txt
test/test_api_route.py
test/test_backend.py
test/test_cli.py
test/test_js_client.py
test/test_output_manifest.py
test/test_python_client.py
test/test_python_gen.py
test/test_python_type_stubs.py
test/test_python_types.py
test/test_stone.py
test/test_stone_internal.py
test/test_stone_route_whitelist.py
test/test_tsd_client.py
test/test_tsd_types.py
test/test_version.py
test/resources/typescript.template