Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.31 KB

File metadata and controls

38 lines (29 loc) · 1.31 KB

T-Ruby Project Roadmap

Single Source of Truth: 로드맵은 GitHub에서 관리됩니다.

Links

Architecture

.trb → Parser Combinator → IR Builder → Optimizer → Code Generator → .rb + .rbs
                               ↓
                         Type Checker
                               ↓
                         SMT Solver
                               ↓
                         Diagnostics

Components

Component Purpose
ParserCombinator Composable type grammar parsing
IR::Builder AST construction from parsed input
IR::Optimizer Multi-pass optimization
IR::CodeGenerator Ruby code output
IR::RBSGenerator RBS type definition output
SMT::ConstraintSolver Type constraint resolution
SMT::TypeInferenceEngine Automatic type detection
BundlerIntegration Ruby ecosystem integration

For detailed roadmap, features, and release information, visit GitHub Project Board.