LICENSE
README.md
pyproject.toml
bardic/__init__.py
bardic.egg-info/PKG-INFO
bardic.egg-info/SOURCES.txt
bardic.egg-info/dependency_links.txt
bardic.egg-info/entry_points.txt
bardic.egg-info/requires.txt
bardic.egg-info/top_level.txt
bardic/cli/__init__.py
bardic/cli/bundler.py
bardic/cli/graph.py
bardic/cli/lint.py
bardic/cli/main.py
bardic/compiler/__init__.py
bardic/compiler/compiler.py
bardic/compiler/parser.py
bardic/compiler/parsing/__init__.py
bardic/compiler/parsing/blocks.py
bardic/compiler/parsing/content.py
bardic/compiler/parsing/core.py
bardic/compiler/parsing/directives.py
bardic/compiler/parsing/errors.py
bardic/compiler/parsing/indentation.py
bardic/compiler/parsing/io.py
bardic/compiler/parsing/preprocessing.py
bardic/compiler/parsing/validation.py
bardic/runtime/__init__.py
bardic/runtime/engine.py
bardic/runtime/types.py
bardic/stdlib/__init__.py
bardic/stdlib/dice.py
bardic/stdlib/economy.py
bardic/stdlib/inventory.py
bardic/stdlib/quest.py
bardic/stdlib/relationship.py
bardic/templates/browser/engine_browser.py
bardic/templates/browser/index.html
bardic/templates/browser/player.py
bardic/templates/browser/style.css
bardic/templates/browser/pyodide/attrs-25.2.0-py3-none-any.whl
bardic/templates/browser/pyodide/jinja2-3.1.6-py3-none-any.whl
bardic/templates/browser/pyodide/markupsafe-3.0.2-cp313-cp313-pyodide_2025_0_wasm32.whl
bardic/templates/browser/pyodide/micropip-0.11.0-py3-none-any.whl
bardic/templates/browser/pyodide/more_itertools-10.6.0-py3-none-any.whl
bardic/templates/browser/pyodide/networkx-3.4.2-py3-none-any.whl
bardic/templates/browser/pyodide/nltk-3.9.1-py3-none-any.whl
bardic/templates/browser/pyodide/numpy-2.2.5-cp313-cp313-pyodide_2025_0_wasm32.whl
bardic/templates/browser/pyodide/pillow-11.3.0-cp313-cp313-pyodide_2025_0_wasm32.whl
bardic/templates/browser/pyodide/pygments-2.19.1-py3-none-any.whl
bardic/templates/browser/pyodide/pyodide-lock.json
bardic/templates/browser/pyodide/pyodide.asm.js
bardic/templates/browser/pyodide/pyodide.asm.wasm
bardic/templates/browser/pyodide/pyodide.js
bardic/templates/browser/pyodide/pyodide.mjs
bardic/templates/browser/pyodide/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
bardic/templates/browser/pyodide/python_stdlib.zip
bardic/templates/browser/pyodide/pyyaml-6.0.2-cp313-cp313-pyodide_2025_0_wasm32.whl
bardic/templates/browser/pyodide/regex-2024.11.6-cp313-cp313-pyodide_2025_0_wasm32.whl
bardic/templates/browser/pyodide/rich-13.9.4-py3-none-any.whl
bardic/templates/browser/pyodide/sortedcontainers-2.4.0-py2.py3-none-any.whl
bardic/templates/browser/pyodide/sympy-1.13.3-py3-none-any.whl
bardic/templates/browser/themes/dark.css
bardic/templates/browser/themes/light.css
bardic/templates/browser/themes/retro.css
bardic/templates/nicegui/README.md
bardic/templates/nicegui/example.bard
bardic/templates/nicegui/player.py
bardic/templates/nicegui/requirements.txt
bardic/templates/nicegui/game_logic/__init__.py
bardic/templates/nicegui/linter/check_example.py
bardic/templates/reflex/README.md
bardic/templates/reflex/example.bard
bardic/templates/reflex/requirements.txt
bardic/templates/reflex/rxconfig.py
bardic/templates/reflex/assets/favicon.ico
bardic/templates/reflex/game_logic/__init__.py
bardic/templates/reflex/linter/check_example.py
bardic/templates/reflex/reflex_player/__init__.py
bardic/templates/reflex/reflex_player/reflex_player.py
bardic/templates/web/README-FULL.md
bardic/templates/web/README.md
bardic/templates/web/TESTING_DIRECTIVES.md
bardic/templates/web/example.bard
bardic/templates/web/requirements.txt
bardic/templates/web/backend/main.py
bardic/templates/web/backend/extensions/__init__.py
bardic/templates/web/backend/extensions/context.py
bardic/templates/web/backend/extensions/routes.py
bardic/templates/web/frontend/README.md
bardic/templates/web/frontend/eslint.config.js
bardic/templates/web/frontend/index.html
bardic/templates/web/frontend/package-lock.json
bardic/templates/web/frontend/package.json
bardic/templates/web/frontend/vite.config.js
bardic/templates/web/frontend/public/vite.svg
bardic/templates/web/frontend/src/App.css
bardic/templates/web/frontend/src/App.jsx
bardic/templates/web/frontend/src/App_old.css
bardic/templates/web/frontend/src/App_old.jsx
bardic/templates/web/frontend/src/index.css
bardic/templates/web/frontend/src/main.jsx
bardic/templates/web/frontend/src/assets/react.svg
bardic/templates/web/frontend/src/extensions/CardDetail.jsx
bardic/templates/web/frontend/src/extensions/CardSpread.jsx
bardic/templates/web/frontend/src/extensions/DefaultDirective.jsx
bardic/templates/web/frontend/src/extensions/InterpretationPanel.jsx
bardic/templates/web/frontend/src/extensions/README.md
bardic/templates/web/frontend/src/extensions/TarotCard.jsx
bardic/templates/web/frontend/src/extensions/componentRegistry.jsx
bardic/templates/web/game_logic/__init__.py
bardic/templates/web/linter/check_example.py
tests/test_bard_files.py
tests/test_engine.py
tests/test_engine_refactor.py
tests/test_error_handling.py
tests/test_hooks.py
tests/test_join.py
tests/test_parser.py
tests/test_prev_target.py
tests/test_smoke_object_stories.py
tests/test_state_local_variables.py
tests/test_stdlib.py
tests/test_types.py
tests/test_undo_redo.py
tests/test_visits_and_turns.py