LICENSE
README.md
pyproject.toml
src/weavly/__init__.py
src/weavly/cli.py
src/weavly/reporting.py
src/weavly.egg-info/PKG-INFO
src/weavly.egg-info/SOURCES.txt
src/weavly.egg-info/dependency_links.txt
src/weavly.egg-info/entry_points.txt
src/weavly.egg-info/requires.txt
src/weavly.egg-info/top_level.txt
src/weavly/parsing/__init__.py
src/weavly/parsing/parser.py
src/weavly/parsing/syntax_errors.py
src/weavly/parsing/wvl_transformer.py
src/weavly/resources/__init__.py
src/weavly/resources/wvl-grammar.lark
tests/test_build_output.py
tests/test_cli.py
tests/test_env_merge.py
tests/test_file_errors.py
tests/test_grammar_smoke.py
tests/test_reporting.py
tests/test_string_errors.py
tests/test_syntax_errors.py
tests/test_wvl.py