.gitignore
CHANGELOG.md
MANIFEST.in
README.md
checkPypi.sh
pyproject.toml
registPypi.sh
.devcontainer/Dockerfile
.devcontainer/docker-compose.yml
.devcontainer/requirements-dev.txt
astars/__init__.py
astars/_version.py
astars/api.py
astars.egg-info/PKG-INFO
astars.egg-info/SOURCES.txt
astars.egg-info/dependency_links.txt
astars.egg-info/requires.txt
astars.egg-info/top_level.txt
astars/adapter/parse/__init__.py
astars/adapter/parse/base.py
astars/adapter/parse/treesitter.py
astars/core/ast/__init__.py
astars/core/ast/ast.py
astars/core/ast/builder.py
astars/core/ast/factory.py
astars/core/ast/node.py
astars/core/ast/rules/__init__.py
astars/core/ast/rules/base.py
astars/core/ast/rules/factory.py
astars/core/ast/rules/rules.py
astars/core/ast/rules/python/__init__.py
astars/core/ast/rules/python/control.py
astars/core/ast/rules/python/expr.py
astars/core/ast/rules/python/literal.py
astars/core/ast/rules/python/misc.py
astars/core/ast/rules/python/decl/__init__.py
astars/core/ast/rules/python/decl/class_.py
astars/core/ast/rules/python/decl/function.py
astars/core/ast/rules/python/decl/variable.py
astars/core/common/node_id.py
astars/core/common/stable_id.py
astars/core/cst/__init__.py
astars/core/cst/builder.py
astars/core/cst/cst.py
astars/core/cst/factory.py
astars/core/cst/node.py
astars/core/cst/adapter/__init__.py
astars/core/cst/adapter/tree_sitter.py
astars/core/syntax/__init__.py
astars/core/syntax/mapping.py
astars/core/syntax/query.py
astars/core/syntax/raw.py
astars/text/__init__.py
astars/text/text.py
docs/API_STRATEGY.ja.md
docs/ARCHITECTURE.ja.md
docs/CONCEPTS.ja.md
docs/DOCS_PLAN.ja.md
docs/MIGRATION.ja.md
docs/RELEASE_STRATEGY.ja.md
docs/ROADMAP.ja.md
docs/STRATEGY.ja.md
docs/USE_CASES.ja.md
docs/V0_PLAN.ja.md
examples/python/parse_python.py
examples/python/input/python_sample.py
tests/test_public_api.py