LICENSE
README.md
pyproject.toml
stl_parser/__init__.py
stl_parser/_utils.py
stl_parser/analyzer.py
stl_parser/builder.py
stl_parser/cli.py
stl_parser/decay.py
stl_parser/diff.py
stl_parser/emitter.py
stl_parser/errors.py
stl_parser/grammar.py
stl_parser/graph.py
stl_parser/llm.py
stl_parser/models.py
stl_parser/parser.py
stl_parser/query.py
stl_parser/reader.py
stl_parser/schema.py
stl_parser/serializer.py
stl_parser/validator.py
stl_parser.egg-info/PKG-INFO
stl_parser.egg-info/SOURCES.txt
stl_parser.egg-info/dependency_links.txt
stl_parser.egg-info/entry_points.txt
stl_parser.egg-info/requires.txt
stl_parser.egg-info/top_level.txt
tests/test_analyzer.py
tests/test_auto_extraction.py
tests/test_builder.py
tests/test_cli.py
tests/test_cli_query.py
tests/test_decay.py
tests/test_diff.py
tests/test_emitter.py
tests/test_empty.py
tests/test_graph.py
tests/test_llm.py
tests/test_multiline_merge.py
tests/test_parser.py
tests/test_query.py
tests/test_reader.py
tests/test_roundtrip.py
tests/test_schema.py
tests/test_serializer.py
tests/test_utils.py
tests/test_validator.py