LICENSE
README.md
pyproject.toml
nlsc/__init__.py
nlsc/__main__.py
nlsc/atomize.py
nlsc/cli.py
nlsc/diff.py
nlsc/emitter.py
nlsc/graph.py
nlsc/lockfile.py
nlsc/parser.py
nlsc/parser_treesitter.py
nlsc/resolver.py
nlsc/roundtrip.py
nlsc/schema.py
nlsc/watch.py
nlsc.egg-info/PKG-INFO
nlsc.egg-info/SOURCES.txt
nlsc.egg-info/dependency_links.txt
nlsc.egg-info/entry_points.txt
nlsc.egg-info/requires.txt
nlsc.egg-info/top_level.txt
tests/test_atomize.py
tests/test_atomize_edge_cases.py
tests/test_cli_diff.py
tests/test_cli_test.py
tests/test_cli_watch.py
tests/test_dataflow.py
tests/test_emit_guards.py
tests/test_emit_logic.py
tests/test_emit_types.py
tests/test_emitter.py
tests/test_fsm.py
tests/test_github_action.py
tests/test_graph.py
tests/test_lockfile.py
tests/test_parser.py
tests/test_parser_parity.py
tests/test_property_invariant.py
tests/test_roundtrip.py
tests/test_types.py