LICENSE
README.md
pyproject.toml
src/uc_core/__init__.py
src/uc_core/_const.py
src/uc_core/ast.py
src/uc_core/ast_legacy.py
src/uc_core/ast_optimizer.py
src/uc_core/backend.py
src/uc_core/c23_parser.py
src/uc_core/codegen_helpers.py
src/uc_core/frontend.py
src/uc_core/preprocessor.py
src/uc_core/type_config.py
src/uc_core.egg-info/PKG-INFO
src/uc_core.egg-info/SOURCES.txt
src/uc_core.egg-info/dependency_links.txt
src/uc_core.egg-info/requires.txt
src/uc_core.egg-info/top_level.txt
src/uc_core/data/c23.json
tests/test_ast_optimizer.py
tests/test_dos_pragmas.py
tests/test_dos_tolerance.py
tests/test_smoke.py
tests/test_type_config.py