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/graph.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/stdlib/__init__.py
bardic/stdlib/dice.py
bardic/stdlib/relationship.py
bardic/templates/nicegui/README.md
bardic/templates/nicegui/example.bard
bardic/templates/nicegui/player.py
bardic/templates/nicegui/requirements.txt
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/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
tests/test_at_syntax_runtime.py
tests/test_augmented_runtime.py
tests/test_choices_engine.py
tests/test_conditional_parser.py
tests/test_context.py
tests/test_context_functions.py
tests/test_engine.py
tests/test_engine_refactor.py
tests/test_glue_debug.py
tests/test_glue_engine.py
tests/test_includes.py
tests/test_inline_comments_runtime.py
tests/test_interpolation_engine.py
tests/test_jump_parser.py
tests/test_loop_parser.py
tests/test_metadata_runtime.py
tests/test_parser.py
tests/test_py_blocks.py
tests/test_render_directives.py
tests/test_render_parser.py