LICENSE
README.md
pyproject.toml
cli/__init__.py
cli/main.py
cli/watcher.py
rpy_roblox.egg-info/PKG-INFO
rpy_roblox.egg-info/SOURCES.txt
rpy_roblox.egg-info/dependency_links.txt
rpy_roblox.egg-info/entry_points.txt
rpy_roblox.egg-info/requires.txt
rpy_roblox.egg-info/top_level.txt
sdk/__init__.py
sdk/math.py
sdk/py.typed
sdk/roblox.py
sdk/rpy_roblox.pyi
sdk/string.py
sdk/table.py
sdk/task.py
sdk/stdlib/base64.py
sdk/stdlib/json.py
sdk/stdlib/math.py
server/__init__.py
server/lsp_server.py
sync/__init__.py
sync/coordinator.py
sync/server.py
sync/watcher.py
tests/test_break_continue.py
tests/test_canonicalizer_safety.py
tests/test_cfg_validator.py
tests/test_constfold.py
tests/test_containers.py
tests/test_diagnostics_validation.py
tests/test_evil_suite.py
tests/test_explain.py
tests/test_fuzzer_v2.py
tests/test_golden.py
tests/test_imports.py
tests/test_lsp_queries.py
tests/test_nested_loops.py
tests/test_paren_reduction.py
tests/test_phase_a.py
tests/test_redundant_temp.py
tests/test_s4.py
tests/test_s5_inference.py
tests/test_semantics_cli.py
tests/test_structure_collapse.py
transpiler/__init__.py
transpiler/transformer.py
transpiler/version.py
transpiler/backend/__init__.py
transpiler/backend/generator.py
transpiler/backend/luau_ast.py
transpiler/backend/printer.py
transpiler/backend/restructurer.py
transpiler/backend/runtime_snippets.py
transpiler/frontend/__init__.py
transpiler/frontend/ast_utils.py
transpiler/frontend/handlers.py
transpiler/frontend/node_registry.py
transpiler/frontend/parser.py
transpiler/infrastructure/__init__.py
transpiler/infrastructure/cache_manager.py
transpiler/infrastructure/compile_time_worker.py
transpiler/infrastructure/dependency_graph.py
transpiler/infrastructure/diagnostics.py
transpiler/infrastructure/errors.py
transpiler/infrastructure/flags.py
transpiler/infrastructure/linter.py
transpiler/infrastructure/logger.py
transpiler/infrastructure/metadata_updater.py
transpiler/infrastructure/package_manager.py
transpiler/infrastructure/project_context.py
transpiler/infrastructure/sdk_metadata.py
transpiler/infrastructure/visitor.py
transpiler/middleend/__init__.py
transpiler/middleend/analyzer.py
transpiler/middleend/cfg.py
transpiler/middleend/cfg_builder.py
transpiler/middleend/ir.py
transpiler/middleend/linearizer.py
transpiler/middleend/purity.py
transpiler/middleend/query_service.py
transpiler/middleend/ssa.py
transpiler/middleend/structural_analysis.py
transpiler/middleend/type_inferrer.py
transpiler/optimization/__init__.py
transpiler/optimization/canonicalizer.py
transpiler/optimization/cfg_optimizer.py
transpiler/optimization/cfg_validator.py
transpiler/optimization/closure_opt.py
transpiler/optimization/escape_analysis.py
transpiler/optimization/ir_optimizer.py
transpiler/optimization/ir_transformer.py
transpiler/optimization/loop_detector.py
transpiler/optimization/peephole.py
transpiler/optimization/profiling_optimizer.py
transpiler/optimization/sra.py