feat(joinir): Add PatternPipelineContext for unified preprocessing
This commit is contained in:
@ -34,6 +34,9 @@
|
||||
//! Stage 3 + Issue 1: Trim Pattern Extraction
|
||||
//! - trim_pattern_validator.rs: Trim pattern validation and whitespace check generation
|
||||
//! - trim_pattern_lowerer.rs: Trim-specific JoinIR lowering
|
||||
//!
|
||||
//! Phase 179-B: Generic Pattern Framework
|
||||
//! - pattern_pipeline.rs: Unified preprocessing pipeline for Patterns 1-4
|
||||
|
||||
pub(in crate::mir::builder) mod ast_feature_extractor;
|
||||
pub(in crate::mir::builder) mod common_init;
|
||||
@ -41,6 +44,7 @@ pub(in crate::mir::builder) mod condition_env_builder;
|
||||
pub(in crate::mir::builder) mod conversion_pipeline;
|
||||
pub(in crate::mir::builder) mod exit_binding;
|
||||
pub(in crate::mir::builder) mod loop_scope_shape_builder;
|
||||
pub(in crate::mir::builder) mod pattern_pipeline;
|
||||
pub(in crate::mir::builder) mod pattern1_minimal;
|
||||
pub(in crate::mir::builder) mod pattern2_with_break;
|
||||
pub(in crate::mir::builder) mod pattern3_with_if_phi;
|
||||
|
||||
Reference in New Issue
Block a user