README.md
pyproject.toml
setup.py
src/code_error_detector/__init__.py
src/code_error_detector/__main__.py
src/code_error_detector/cli.py
src/code_error_detector/detector.py
src/code_error_detector/driver.py
src/code_error_detector/logic_analyzer.py
src/code_error_detector/syntax_analyzer.py
src/code_error_detector/utils.py
src/code_error_detector.egg-info/PKG-INFO
src/code_error_detector.egg-info/SOURCES.txt
src/code_error_detector.egg-info/dependency_links.txt
src/code_error_detector.egg-info/requires.txt
src/code_error_detector.egg-info/top_level.txt
tests/test_detector.py
tests/test_logic_analyzer.py
tests/test_syntax_analyzer.py