.gitattributes
.gitignore
.pre-commit-config.yaml
.python-version
LICENSE
README.md
_griffe_ext.py
_mkdocs_hooks.py
codecov.yml
conftest.py
jupyter-lite.json
jupyter_lite_config.json
mkdocs.yml
overrides.json
pyproject.toml
quickstart-local.sh
tox.ini
uv.lock
.github/dependabot.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
anydyce/__init__.py
anydyce/csv.py
anydyce/magic.py
anydyce/py.typed
anydyce/viz.py
anydyce.egg-info/PKG-INFO
anydyce.egg-info/SOURCES.txt
anydyce.egg-info/dependency_links.txt
anydyce.egg-info/requires.txt
anydyce.egg-info/top_level.txt
anydyce/anydice/__init__.py
anydyce/anydice/ast_.py
anydyce/anydice/builtins_.py
anydyce/anydice/fetch.py
anydyce/anydice/grammar.lark
anydyce/anydice/interpreter.py
anydyce/anydice/settings.py
anydyce/anydice/transformer.py
anydyce/anydice/unparser.py
docs/Makefile
docs/anydice-playground.svg
docs/anydice.md
docs/anydyce.anydice.md
docs/anydyce.md
docs/contrib.md
docs/notes.md
docs/assets/nb_anydyce_intro.py
docs/notebooks/anydyce_intro.ipynb
docs/notebooks/prerequisites.py
docs/notes/anydice-semantics.md
docs/notes/anydyce-interpreter.md
helpers/check-doctests.py
playground/anydice-mode.js
playground/anydice-tokenizer.js
playground/corpus-mirror.js
playground/index.html
playground/package.json
playground/persistence.js
playground/playground.css
playground/playground.js
playground/plot.js
playground/pyodide-runner.js
playground/pyodide-worker.js
playground/resizer.js
playground/themes.css
playground/url-fragment.js
playground/test/test-corpus-mirror.mjs
playground/test/test-persistence.mjs
playground/test/test-plot.mjs
playground/test/test-resizer.mjs
playground/test/test-tokenize.mjs
playground/test/test-url-fragment.mjs
tests/__init__.py
tests/test_csv.py
tests/test_magic.py
tests/test_viz.py
tests/anydice/__init__.py
tests/anydice/test_fetch.py
tests/anydice/test_interpreter.py
tests/anydice/test_parse.py
tests/anydice/test_settings.py
tests/anydice/test_unparse.py