LICENSE
README.md
pyproject.toml
src/deborah/__init__.py
src/deborah/cli.py
src/deborah/conformance.py
src/deborah/contracts.py
src/deborah/manifest.py
src/deborah/py.typed
src/deborah/validate_cli.py
src/deborah/web.py
src/deborah.egg-info/PKG-INFO
src/deborah.egg-info/SOURCES.txt
src/deborah.egg-info/dependency_links.txt
src/deborah.egg-info/entry_points.txt
src/deborah.egg-info/requires.txt
src/deborah.egg-info/top_level.txt
src/deborah/grammar/__init__.py
src/deborah/grammar/ast.py
src/deborah/grammar/bridge.py
src/deborah/grammar/extract.py
src/deborah/grammar/lexer.py
src/deborah/grammar/parser.py
src/deborah/grammar/plan_export.py
src/deborah/grammar/serialize.py
src/deborah/grammar/tags.py
src/deborah/grammar/validate.py
src/deborah/render/__init__.py
src/deborah/render/export.py
src/deborah/render/filters.py
src/deborah/render/formats.py
src/deborah/render/model.py
src/deborah/render/parse.py
src/deborah/render/phrasing.py
src/deborah/render/profiles.py
src/deborah/render/templates.py
src/deborah/runtime/__init__.py
src/deborah/runtime/cli.py
src/deborah/runtime/interpreter.py
tests/test_cognition.py
tests/test_conformance.py
tests/test_contracts.py
tests/test_examples.py
tests/test_grammar.py
tests/test_manifest.py
tests/test_render.py
tests/test_render_queue.py
tests/test_runtime.py
tests/test_templates.py
tests/test_validate_profiles.py
tests/test_version.py
tests/test_web.py