LICENSE
README.md
pyproject.toml
src/uc_core/__init__.py
src/uc_core/ast.py
src/uc_core/ast_optimizer.py
src/uc_core/backend.py
src/uc_core/lexer.py
src/uc_core/parser.py
src/uc_core/preprocessor.py
src/uc_core/tokens.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
tests/test_dos_pragmas.py
tests/test_dos_tolerance.py
tests/test_smoke.py
tests/test_type_config.py